#D5AE92

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

Shades of Cashmere #D5AE92

Tints of Cashmere #D5AE92

Color information

#D5AE92 (or 0xD5AE92) is unknown color: approx Cashmere. HEX triplet: D5, AE and 92. RGB value is (213,174,146). Sum of RGB (Red+Green+Blue) = 213+174+146=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AE92 is #2A516D. Grayscale: #B6B6B6. Windows color (decimal): -2773358 or 9613013. OLE color: 9613013.

HSL color Cylindrical-coordinate representation of color #D5AE92: hue angle of 25.07º 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 #D5AE92 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213174146-
CMYK00.180.310.16
HSL25.07º44.37%70.39%-
HSV(B)25.07º31.46%83.53%-
XYZ47.7646.4933.65-
YUV182.47107.42149.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=39.96%
G=32.65%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317414600.180.310.1625.0744.3770.39
HexD5AE920121F10192c46
Octal32525622202237203154106
Binary1101010110101110100100100100101111110000110011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE92; }

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

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

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

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

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

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

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

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