#D7AC8A

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

Shades of Calico #D7AC8A

Tints of Calico #D7AC8A

Color information

#D7AC8A (or 0xD7AC8A) is unknown color: approx Calico. HEX triplet: D7, AC and 8A. RGB value is (215,172,138). Sum of RGB (Red+Green+Blue) = 215+172+138=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AC8A is #285375. Grayscale: #B5B5B5. Windows color (decimal): -2642806 or 9088215. OLE color: 9088215.

HSL color Cylindrical-coordinate representation of color #D7AC8A: hue angle of 26.49º degrees, saturation: 0.49, 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 #D7AC8A is Cyan = 0, Magento = 0.2, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB215172138-
CMYK00.20.360.16
HSL26.49º49.04%69.22%-
HSV(B)26.49º35.81%84.31%-
XYZ47.3645.7930.39-
YUV180.98103.75152.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=40.95%
G=32.76%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517213800.20.360.1626.4949.0469.22
HexD7AC8A01424101a3145
Octal32725421202444203261105
Binary11010111101011001000101001010010010010000110101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AC8A; }

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

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

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

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

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

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

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

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