#D7AC86

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

Shades of Calico #D7AC86

Tints of Calico #D7AC86

Color information

#D7AC86 (or 0xD7AC86) is unknown color: approx Calico. HEX triplet: D7, AC and 86. RGB value is (215,172,134). Sum of RGB (Red+Green+Blue) = 215+172+134=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AC86 is #285379. Grayscale: #B4B4B4. Windows color (decimal): -2642810 or 8826071. OLE color: 8826071.

HSL color Cylindrical-coordinate representation of color #D7AC86: hue angle of 28.15º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7AC86 is Cyan = 0, Magento = 0.2, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB215172134-
CMYK00.20.380.16
HSL28.15º50.31%68.43%-
HSV(B)28.15º37.67%84.31%-
XYZ47.0845.6728.89-
YUV180.52101.75152.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.27%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 134 (52.73% from 255) = 25.72%
R=41.27%
G=33.01%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517213400.20.380.1628.1550.3168.43
HexD7AC8601426101c3244
Octal32725420602446203462104
Binary11010111101011001000011001010010011010000111001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AC86; }

 p { color: rgb(215,172,134); }

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

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

 a { background-color: rgb(215,172,134); }

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

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

 span { border-color: rgb(215,172,134); }

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