#D7AA92

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

Shades of Rose #D7AA92

Tints of Rose #D7AA92

Color information

#D7AA92 (or 0xD7AA92) is unknown color: approx Rose. HEX triplet: D7, AA and 92. RGB value is (215,170,146). Sum of RGB (Red+Green+Blue) = 215+170+146=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AA92 is #28556D. Grayscale: #B4B4B4. Windows color (decimal): -2643310 or 9611991. OLE color: 9611991.

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

Color convert

RGB215170146-
CMYK00.210.320.16
HSL20.87º46.31%70.78%-
HSV(B)20.87º32.09%84.31%-
XYZ47.5945.2733.42-
YUV180.72108.41152.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=40.49%
G=32.02%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517014600.210.320.1620.8746.3170.78
HexD7AA920152010152e47
Octal32725222202540202556107
Binary11010111101010101001001001010110000010000101011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AA92; }

 p { color: rgb(215,170,146); }

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

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

 a { background-color: rgb(215,170,146); }

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

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

 span { border-color: rgb(215,170,146); }

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