#D5AC91

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

Shades of Cashmere #D5AC91

Tints of Cashmere #D5AC91

Color information

#D5AC91 (or 0xD5AC91) is unknown color: approx Cashmere. HEX triplet: D5, AC and 91. RGB value is (213,172,145). Sum of RGB (Red+Green+Blue) = 213+172+145=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AC91 is #2A536E. Grayscale: #B5B5B5. Windows color (decimal): -2773871 or 9546965. OLE color: 9546965.

HSL color Cylindrical-coordinate representation of color #D5AC91: hue angle of 23.82º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5AC91 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB213172145-
CMYK00.190.320.16
HSL23.82º44.74%70.2%-
HSV(B)23.82º31.92%83.53%-
XYZ47.345.733.11-
YUV181.18107.58150.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 145 (57.03% from 255) = 27.36%
R=40.19%
G=32.45%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317214500.190.320.1623.8244.7470.2
HexD5AC910132010182d46
Octal32525422102340203055106
Binary11010101101011001001000101001110000010000110001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AC91; }

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

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

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

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

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

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

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

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