#D8AA9A

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

Shades of Rose #D8AA9A

Tints of Rose #D8AA9A

Color information

#D8AA9A (or 0xD8AA9A) is unknown color: approx Rose. HEX triplet: D8, AA and 9A. RGB value is (216,170,154). Sum of RGB (Red+Green+Blue) = 216+170+154=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AA9A is #275565. Grayscale: #B6B6B6. Windows color (decimal): -2577766 or 10136280. OLE color: 10136280.

HSL color Cylindrical-coordinate representation of color #D8AA9A: hue angle of 15.48º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8AA9A is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB216170154-
CMYK00.210.290.15
HSL15.48º44.29%72.55%-
HSV(B)15.48º28.7%84.71%-
XYZ48.5345.6836.83-
YUV181.93112.24152.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 154 (60.55% from 255) = 28.52%
R=40%
G=31.48%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617015400.210.290.1515.4844.2972.55
HexD8AA9A0151DFf2c49
Octal33025223202535171754111
Binary11011000101010101001101001010111101111111111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AA9A; }

 p { color: rgb(216,170,154); }

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

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

 a { background-color: rgb(216,170,154); }

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

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

 span { border-color: rgb(216,170,154); }

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