#AD8576

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

Shades of Brandy Rose #AD8576

Tints of Brandy Rose #AD8576

Color information

#AD8576 (or 0xAD8576) is unknown color: approx Brandy Rose. HEX triplet: AD, 85 and 76. RGB value is (173,133,118). Sum of RGB (Red+Green+Blue) = 173+133+118=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8576 is #527A89. Grayscale: #8F8F8F. Windows color (decimal): -5405322 or 7767469. OLE color: 7767469.

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

Color convert

RGB173133118-
CMYK00.230.320.32
HSL16.36º25.11%57.06%-
HSV(B)16.36º31.79%67.84%-
XYZ28.8926.9720.82-
YUV143.25113.75149.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 133 (52.34% from 255) = 31.37%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=40.80%
G=31.37%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313311800.230.320.3216.3625.1157.06
HexAD85760172020101939
Octal2552051660274040203171
Binary101011011000010111101100101111000001000001000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8576; }

 p { color: rgb(173,133,118); }

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

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

 a { background-color: rgb(173,133,118); }

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

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

 span { border-color: rgb(173,133,118); }

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