#D1AC91

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

Shades of Cashmere #D1AC91

Tints of Cashmere #D1AC91

Color information

#D1AC91 (or 0xD1AC91) is unknown color: approx Cashmere. HEX triplet: D1, AC and 91. RGB value is (209,172,145). Sum of RGB (Red+Green+Blue) = 209+172+145=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AC91 is #2E536E. Grayscale: #B4B4B4. Windows color (decimal): -3036015 or 9546961. OLE color: 9546961.

HSL color Cylindrical-coordinate representation of color #D1AC91: hue angle of 25.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1AC91 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB209172145-
CMYK00.180.310.18
HSL25.31º41.03%69.41%-
HSV(B)25.31º30.62%81.96%-
XYZ46.1645.133.06-
YUV179.98108.26148.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.73%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 145 (57.03% from 255) = 27.57%
R=39.73%
G=32.70%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917214500.180.310.1825.3141.0369.41
HexD1AC910121F12192945
Octal32125422102237223151105
Binary1101000110101100100100010100101111110010110011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AC91; }

 p { color: rgb(209,172,145); }

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

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

 a { background-color: rgb(209,172,145); }

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

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

 span { border-color: rgb(209,172,145); }

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