#AD8077

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

Shades of Brandy Rose #AD8077

Tints of Brandy Rose #AD8077

Color information

#AD8077 (or 0xAD8077) is unknown color: approx Brandy Rose. HEX triplet: AD, 80 and 77. RGB value is (173,128,119). Sum of RGB (Red+Green+Blue) = 173+128+119=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8077 is #527F88. Grayscale: #8C8C8C. Windows color (decimal): -5406601 or 7831725. OLE color: 7831725.

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

Color convert

RGB173128119-
CMYK00.260.310.32
HSL10º24.77%57.25%-
HSV(B)10º31.21%67.84%-
XYZ28.2825.6520.91-
YUV140.43115.91151.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 119 (46.88% from 255) = 28.33%
R=41.19%
G=30.48%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312811900.260.310.321024.7757.25
HexAD807701A1F20a1939
Octal2552001670323740123171
Binary1010110110000000111011101101011111100000101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8077; }

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

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

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

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

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

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

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

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