#D5AC92

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

Shades of Cashmere #D5AC92

Tints of Cashmere #D5AC92

Color information

#D5AC92 (or 0xD5AC92) is unknown color: approx Cashmere. HEX triplet: D5, AC and 92. RGB value is (213,172,146). Sum of RGB (Red+Green+Blue) = 213+172+146=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AC92 is #2A536D. Grayscale: #B5B5B5. Windows color (decimal): -2773870 or 9612501. OLE color: 9612501.

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

Color convert

RGB213172146-
CMYK00.190.310.16
HSL23.28º44.37%70.39%-
HSV(B)23.28º31.46%83.53%-
XYZ47.3845.7333.52-
YUV181.3108.08150.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=40.11%
G=32.39%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317214600.190.310.1623.2844.3770.39
HexD5AC920131F10172c46
Octal32525422202337202754106
Binary1101010110101100100100100100111111110000101111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AC92; }

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

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

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

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

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

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

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

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