#D1AE95

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

Shades of Cashmere #D1AE95

Tints of Cashmere #D1AE95

Color information

#D1AE95 (or 0xD1AE95) is unknown color: approx Cashmere. HEX triplet: D1, AE and 95. RGB value is (209,174,149). Sum of RGB (Red+Green+Blue) = 209+174+149=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AE95 is #2E516A. Grayscale: #B5B5B5. Windows color (decimal): -3035499 or 9809617. OLE color: 9809617.

HSL color Cylindrical-coordinate representation of color #D1AE95: hue angle of 25º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1AE95 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209174149-
CMYK00.170.290.18
HSL25º39.47%70.2%-
HSV(B)25º28.71%81.96%-
XYZ46.864634.84-
YUV181.61109.6147.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.29%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=39.29%
G=32.71%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917414900.170.290.182539.4770.2
HexD1AE950111D12192746
Octal32125622502135223147106
Binary1101000110101110100101010100011110110010110011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AE95; }

 p { color: rgb(209,174,149); }

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

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

 a { background-color: rgb(209,174,149); }

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

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

 span { border-color: rgb(209,174,149); }

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