#D8AB95

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

Shades of Rose #D8AB95

Tints of Rose #D8AB95

Color information

#D8AB95 (or 0xD8AB95) is unknown color: approx Rose. HEX triplet: D8, AB and 95. RGB value is (216,171,149). Sum of RGB (Red+Green+Blue) = 216+171+149=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AB95 is #27546A. Grayscale: #B6B6B6. Windows color (decimal): -2577515 or 9808856. OLE color: 9808856.

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

Color convert

RGB216171149-
CMYK00.210.310.15
HSL19.7º46.21%71.57%-
HSV(B)19.7º31.02%84.71%-
XYZ48.3145.8934.75-
YUV181.95109.41152.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.30%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=40.30%
G=31.90%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617114900.210.310.1519.746.2171.57
HexD8AB950151FF142e48
Octal33025322502537172456110
Binary110110001010101110010101010101111111111101001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AB95; }

 p { color: rgb(216,171,149); }

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

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

 a { background-color: rgb(216,171,149); }

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

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

 span { border-color: rgb(216,171,149); }

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