#AD807C

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

Shades of Brandy Rose #AD807C

Tints of Brandy Rose #AD807C

Color information

#AD807C (or 0xAD807C) is unknown color: approx Brandy Rose. HEX triplet: AD, 80 and 7C. RGB value is (173,128,124). Sum of RGB (Red+Green+Blue) = 173+128+124=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD807C is #527F83. Grayscale: #8D8D8D. Windows color (decimal): -5406596 or 8159405. OLE color: 8159405.

HSL color Cylindrical-coordinate representation of color #AD807C: hue angle of 4.9º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD807C is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB173128124-
CMYK00.260.280.32
HSL4.9º23%58.24%-
HSV(B)4.9º28.32%67.84%-
XYZ28.5925.7822.54-
YUV141118.41150.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=40.71%
G=30.12%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312812400.260.280.324.92358.24
HexAD807C01A1C205173a
Octal255200174032344052772
Binary101011011000000011111000110101110010000010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD807C; }

 p { color: rgb(173,128,124); }

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

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

 a { background-color: rgb(173,128,124); }

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

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

 span { border-color: rgb(173,128,124); }

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