#AA897E

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

Shades of Brandy Rose #AA897E

Tints of Brandy Rose #AA897E

Color information

#AA897E (or 0xAA897E) is unknown color: approx Brandy Rose. HEX triplet: AA, 89 and 7E. RGB value is (170,137,126). Sum of RGB (Red+Green+Blue) = 170+137+126=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA897E is #557681. Grayscale: #919191. Windows color (decimal): -5600898 or 8292778. OLE color: 8292778.

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

Color convert

RGB170137126-
CMYK00.190.260.33
HSL15º20.56%58.04%-
HSV(B)15º25.88%66.67%-
XYZ29.2927.9423.59-
YUV145.61116.93145.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 137 (53.91% from 255) = 31.64%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=39.26%
G=31.64%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013712600.190.260.331520.5658.04
HexAA897E0131A21f153a
Octal2522111760233241172572
Binary1010101010001001111111001001111010100001111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA897E; }

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

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

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

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

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

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

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

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