#AA877F

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

Shades of Brandy Rose #AA877F

Tints of Brandy Rose #AA877F

Color information

#AA877F (or 0xAA877F) is unknown color: approx Brandy Rose. HEX triplet: AA, 87 and 7F. RGB value is (170,135,127). Sum of RGB (Red+Green+Blue) = 170+135+127=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA877F is #557880. Grayscale: #909090. Windows color (decimal): -5601409 or 8357802. OLE color: 8357802.

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

Color convert

RGB170135127-
CMYK00.210.250.33
HSL11.16º20.19%58.24%-
HSV(B)11.16º25.29%66.67%-
XYZ29.0727.4123.84-
YUV144.55118.1146.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 127 (50% from 255) = 29.40%
R=39.35%
G=31.25%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013512700.210.250.3311.1620.1958.24
HexAA877F0151921b143a
Octal2522071770253141132472
Binary1010101010000111111111101010111001100001101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA877F; }

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

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

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

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

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

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

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

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