#D5AA94

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

Shades of Rose #D5AA94

Tints of Rose #D5AA94

Color information

#D5AA94 (or 0xD5AA94) is unknown color: approx Rose. HEX triplet: D5, AA and 94. RGB value is (213,170,148). Sum of RGB (Red+Green+Blue) = 213+170+148=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AA94 is #2A556B. Grayscale: #B4B4B4. Windows color (decimal): -2774380 or 9743061. OLE color: 9743061.

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

Color convert

RGB213170148-
CMYK00.200.310.16
HSL20.31º43.62%70.78%-
HSV(B)20.31º30.52%83.53%-
XYZ47.1645.0334.22-
YUV180.35109.75151.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 148 (58.20% from 255) = 27.87%
R=40.11%
G=32.02%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317014800.200.310.1620.3143.6270.78
HexD5AA940141F10142c47
Octal32525222402437202454107
Binary1101010110101010100101000101001111110000101001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AA94; }

 p { color: rgb(213,170,148); }

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

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

 a { background-color: rgb(213,170,148); }

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

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

 span { border-color: rgb(213,170,148); }

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