#D6AC92

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

Shades of Cashmere #D6AC92

Tints of Cashmere #D6AC92

Color information

#D6AC92 (or 0xD6AC92) is unknown color: approx Cashmere. HEX triplet: D6, AC and 92. RGB value is (214,172,146). Sum of RGB (Red+Green+Blue) = 214+172+146=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AC92 is #29536D. Grayscale: #B5B5B5. Windows color (decimal): -2708334 or 9612502. OLE color: 9612502.

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

Color convert

RGB214172146-
CMYK00.200.320.16
HSL22.94º45.33%70.59%-
HSV(B)22.94º31.78%83.92%-
XYZ47.6745.8833.54-
YUV181.59107.91151.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=40.23%
G=32.33%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417214600.200.320.1622.9445.3370.59
HexD6AC920142010172d47
Octal32625422202440202755107
Binary11010110101011001001001001010010000010000101111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC92; }

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

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

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

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

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

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

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

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