#AA8778

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

Shades of Brandy Rose #AA8778

Tints of Brandy Rose #AA8778

Color information

#AA8778 (or 0xAA8778) is unknown color: approx Brandy Rose. HEX triplet: AA, 87 and 78. RGB value is (170,135,120). Sum of RGB (Red+Green+Blue) = 170+135+120=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8778 is #557887. Grayscale: #8F8F8F. Windows color (decimal): -5601416 or 7899050. OLE color: 7899050.

HSL color Cylindrical-coordinate representation of color #AA8778: hue angle of 18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA8778 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB170135120-
CMYK00.210.290.33
HSL18º22.73%56.86%-
HSV(B)18º29.41%66.67%-
XYZ28.6327.2321.52-
YUV143.76114.6146.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=40%
G=31.76%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013512000.210.290.331822.7356.86
HexAA87780151D21121739
Octal2522071700253541222771
Binary10101010100001111111000010101111011000011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8778; }

 p { color: rgb(170,135,120); }

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

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

 a { background-color: rgb(170,135,120); }

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

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

 span { border-color: rgb(170,135,120); }

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