#D6AC8A

Color #D6AC8A Calico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calico #D6AC8A

Tints of Calico #D6AC8A

Color information

#D6AC8A (or 0xD6AC8A) is unknown color: approx Calico. HEX triplet: D6, AC and 8A. RGB value is (214,172,138). Sum of RGB (Red+Green+Blue) = 214+172+138=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AC8A is #295375. Grayscale: #B4B4B4. Windows color (decimal): -2708342 or 9088214. OLE color: 9088214.

HSL color Cylindrical-coordinate representation of color #D6AC8A: hue angle of 26.84º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6AC8A is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214172138-
CMYK00.200.360.16
HSL26.84º48.1%69.02%-
HSV(B)26.84º35.51%83.92%-
XYZ47.0745.6430.37-
YUV180.68103.91151.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=40.84%
G=32.82%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417213800.200.360.1626.8448.169.02
HexD6AC8A01424101b3045
Octal32625421202444203360105
Binary11010110101011001000101001010010010010000110111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC8A; }

 p { color: rgb(214,172,138); }

 H1.HeaderClassName
 {
   color: #D6AC8A;
 }
 .AnyTagClassName
 {
   color: #D6AC8A;
 }
</style>
background-color css

<style>
 a { background-color: #D6AC8A; }

 a { background-color: rgb(214,172,138); }

 div.DivClassName
 {
   background-color: #D6AC8A;
 }
 .BgClassName
 {
   background-color: #D6AC8A;
 }
</style>
border-color css

<style>
 span { border-color: #D6AC8A; }

 span { border-color: rgb(214,172,138); }

 td.TdClassName
 {
   border-color: #D6AC8A;
 }
 .TagClassName
 {
   border-color: #D6AC8A;
 }
</style>