#AA8177

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

Shades of Brandy Rose #AA8177

Tints of Brandy Rose #AA8177

Color information

#AA8177 (or 0xAA8177) is unknown color: approx Brandy Rose. HEX triplet: AA, 81 and 77. RGB value is (170,129,119). Sum of RGB (Red+Green+Blue) = 170+129+119=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8177 is #557E88. Grayscale: #8C8C8C. Windows color (decimal): -5602953 or 7831978. OLE color: 7831978.

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

Color convert

RGB170129119-
CMYK00.240.30.33
HSL11.76º23.08%56.67%-
HSV(B)11.76º30%66.67%-
XYZ27.7625.5820.93-
YUV140.12116.08149.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 129 (50.78% from 255) = 30.86%
BLUE value IS 119 (46.88% from 255) = 28.47%
R=40.67%
G=30.86%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012911900.240.30.3311.7623.0856.67
HexAA81770181E21c1739
Octal2522011670303641142771
Binary1010101010000001111011101100011110100001110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8177; }

 p { color: rgb(170,129,119); }

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

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

 a { background-color: rgb(170,129,119); }

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

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

 span { border-color: rgb(170,129,119); }

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