#AD8884

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

Shades of Brandy Rose #AD8884

Tints of Brandy Rose #AD8884

Color information

#AD8884 (or 0xAD8884) is unknown color: approx Brandy Rose. HEX triplet: AD, 88 and 84. RGB value is (173,136,132). Sum of RGB (Red+Green+Blue) = 173+136+132=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8884 is #52777B. Grayscale: #929292. Windows color (decimal): -5404540 or 8685741. OLE color: 8685741.

HSL color Cylindrical-coordinate representation of color #AD8884: hue angle of 5.85º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8884 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB173136132-
CMYK00.210.240.32
HSL5.85º20%59.8%-
HSV(B)5.85º23.7%67.84%-
XYZ30.228.1625.67-
YUV146.61119.76146.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=39.23%
G=30.84%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313613200.210.240.325.852059.8
HexAD888401518206143c
Octal255210204025304062474
Binary1010110110001000100001000101011100010000011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8884; }

 p { color: rgb(173,136,132); }

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

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

 a { background-color: rgb(173,136,132); }

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

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

 span { border-color: rgb(173,136,132); }

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