#AA8078

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

Shades of Brandy Rose #AA8078

Tints of Brandy Rose #AA8078

Color information

#AA8078 (or 0xAA8078) is unknown color: approx Brandy Rose. HEX triplet: AA, 80 and 78. RGB value is (170,128,120). Sum of RGB (Red+Green+Blue) = 170+128+120=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8078 is #557F87. Grayscale: #8B8B8B. Windows color (decimal): -5603208 or 7897258. OLE color: 7897258.

HSL color Cylindrical-coordinate representation of color #AA8078: hue angle of 9.6º 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 #AA8078 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB170128120-
CMYK00.250.290.33
HSL9.6º22.73%56.86%-
HSV(B)9.6º29.41%66.67%-
XYZ27.6925.3421.2-
YUV139.65116.91149.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=40.67%
G=30.62%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012812000.250.290.339.622.7356.86
HexAA80780191D21a1739
Octal2522001700313541122771
Binary1010101010000000111100001100111101100001101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8078; }

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

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

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

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

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

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

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

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