#AA8278

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

Shades of Brandy Rose #AA8278

Tints of Brandy Rose #AA8278

Color information

#AA8278 (or 0xAA8278) is unknown color: approx Brandy Rose. HEX triplet: AA, 82 and 78. RGB value is (170,130,120). Sum of RGB (Red+Green+Blue) = 170+130+120=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8278 is #557D87. Grayscale: #8C8C8C. Windows color (decimal): -5602696 or 7897770. OLE color: 7897770.

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

Color convert

RGB170130120-
CMYK00.240.290.33
HSL12º22.73%56.86%-
HSV(B)12º29.41%66.67%-
XYZ27.9525.8721.29-
YUV140.82116.25148.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=40.48%
G=30.95%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013012000.240.290.331222.7356.86
HexAA82780181D21c1739
Octal2522021700303541142771
Binary1010101010000010111100001100011101100001110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8278; }

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

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

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

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

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

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

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

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