#AA877E

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

Shades of Brandy Rose #AA877E

Tints of Brandy Rose #AA877E

Color information

#AA877E (or 0xAA877E) is unknown color: approx Brandy Rose. HEX triplet: AA, 87 and 7E. RGB value is (170,135,126). Sum of RGB (Red+Green+Blue) = 170+135+126=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA877E is #557881. Grayscale: #909090. Windows color (decimal): -5601410 or 8292266. OLE color: 8292266.

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

Color convert

RGB170135126-
CMYK00.210.260.33
HSL12.27º20.56%58.04%-
HSV(B)12.27º25.88%66.67%-
XYZ29.0127.3823.49-
YUV144.44117.6146.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=39.44%
G=31.32%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013512600.210.260.3312.2720.5658.04
HexAA877E0151A21c153a
Octal2522071760253241142572
Binary1010101010000111111111001010111010100001110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA877E; }

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

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

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

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

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

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

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

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