#AA9877

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

Shades of Bronco #AA9877

Tints of Bronco #AA9877

Color information

#AA9877 (or 0xAA9877) is unknown color: approx Bronco. HEX triplet: AA, 98 and 77. RGB value is (170,152,119). Sum of RGB (Red+Green+Blue) = 170+152+119=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9877 is #556788. Grayscale: #999999. Windows color (decimal): -5597065 or 7837866. OLE color: 7837866.

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

Color convert

RGB170152119-
CMYK00.110.30.33
HSL38.82º23.08%56.67%-
HSV(B)38.82º30%66.67%-
XYZ31.1432.3322.05-
YUV153.62108.46139.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 119 (46.88% from 255) = 26.98%
R=38.55%
G=34.47%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015211900.110.30.3338.8223.0856.67
HexAA98770B1E21271739
Octal2522301670133641472771
Binary10101010100110001110111010111111010000110011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9877; }

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

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

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

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

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

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

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

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