#AD8578

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

Shades of Brandy Rose #AD8578

Tints of Brandy Rose #AD8578

Color information

#AD8578 (or 0xAD8578) is unknown color: approx Brandy Rose. HEX triplet: AD, 85 and 78. RGB value is (173,133,120). Sum of RGB (Red+Green+Blue) = 173+133+120=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8578 is #527A87. Grayscale: #8F8F8F. Windows color (decimal): -5405320 or 7898541. OLE color: 7898541.

HSL color Cylindrical-coordinate representation of color #AD8578: hue angle of 14.72º degrees, saturation: 0.24, 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 #AD8578 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB173133120-
CMYK00.230.310.32
HSL14.72º24.42%57.45%-
HSV(B)14.72º30.64%67.84%-
XYZ29.0127.0221.45-
YUV143.48114.75149.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 120 (47.27% from 255) = 28.17%
R=40.61%
G=31.22%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313312000.230.310.3214.7224.4257.45
HexAD85780171F20f1839
Octal2552051700273740173071
Binary1010110110000101111100001011111111100000111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8578; }

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

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

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

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

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

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

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

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