#AA827B

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

Shades of Brandy Rose #AA827B

Tints of Brandy Rose #AA827B

Color information

#AA827B (or 0xAA827B) is unknown color: approx Brandy Rose. HEX triplet: AA, 82 and 7B. RGB value is (170,130,123). Sum of RGB (Red+Green+Blue) = 170+130+123=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA827B is #557D84. Grayscale: #8D8D8D. Windows color (decimal): -5602693 or 8094378. OLE color: 8094378.

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

Color convert

RGB170130123-
CMYK00.240.280.33
HSL8.94º21.66%57.45%-
HSV(B)8.94º27.65%66.67%-
XYZ28.1425.9422.26-
YUV141.16117.75148.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=40.19%
G=30.73%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013012300.240.280.338.9421.6657.45
HexAA827B0181C2191639
Octal2522021730303441112671
Binary1010101010000010111101101100011100100001100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA827B; }

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

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

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

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

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

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

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

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