#D5AE9B

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

Shades of Cashmere #D5AE9B

Tints of Cashmere #D5AE9B

Color information

#D5AE9B (or 0xD5AE9B) is unknown color: approx Cashmere. HEX triplet: D5, AE and 9B. RGB value is (213,174,155). Sum of RGB (Red+Green+Blue) = 213+174+155=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AE9B is #2A5164. Grayscale: #B7B7B7. Windows color (decimal): -2773349 or 10202837. OLE color: 10202837.

HSL color Cylindrical-coordinate representation of color #D5AE9B: hue angle of 19.66º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5AE9B is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213174155-
CMYK00.180.270.16
HSL19.66º40.85%72.16%-
HSV(B)19.66º27.23%83.53%-
XYZ48.4946.7837.48-
YUV183.5111.92149.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 155 (60.94% from 255) = 28.60%
R=39.30%
G=32.10%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317415500.180.270.1619.6640.8572.16
HexD5AE9B0121B10142948
Octal32525623302233202451110
Binary1101010110101110100110110100101101110000101001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE9B; }

 p { color: rgb(213,174,155); }

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

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

 a { background-color: rgb(213,174,155); }

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

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

 span { border-color: rgb(213,174,155); }

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