#AD8878

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

Shades of Brandy Rose #AD8878

Tints of Brandy Rose #AD8878

Color information

#AD8878 (or 0xAD8878) is unknown color: approx Brandy Rose. HEX triplet: AD, 88 and 78. RGB value is (173,136,120). Sum of RGB (Red+Green+Blue) = 173+136+120=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8878 is #527787. Grayscale: #919191. Windows color (decimal): -5404552 or 7899309. OLE color: 7899309.

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

Color convert

RGB173136120-
CMYK00.210.310.32
HSL18.11º24.42%57.45%-
HSV(B)18.11º30.64%67.84%-
XYZ29.4327.8521.59-
YUV145.24113.76147.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 136 (53.52% from 255) = 31.70%
BLUE value IS 120 (47.27% from 255) = 27.97%
R=40.33%
G=31.70%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313612000.210.310.3218.1124.4257.45
HexAD88780151F20121839
Octal2552101700253740223071
Binary10101101100010001111000010101111111000001001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8878; }

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

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

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

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

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

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

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

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