#AA9577

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

Shades of Bronco #AA9577

Tints of Bronco #AA9577

Color information

#AA9577 (or 0xAA9577) is unknown color: approx Bronco. HEX triplet: AA, 95 and 77. RGB value is (170,149,119). Sum of RGB (Red+Green+Blue) = 170+149+119=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9577 is #556A88. Grayscale: #989898. Windows color (decimal): -5597833 or 7837098. OLE color: 7837098.

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

Color convert

RGB170149119-
CMYK00.120.30.33
HSL35.29º23.08%56.67%-
HSV(B)35.29º30%66.67%-
XYZ30.6531.3721.89-
YUV151.86109.46140.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 119 (46.88% from 255) = 27.17%
R=38.81%
G=34.02%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014911900.120.30.3335.2923.0856.67
HexAA95770C1E21231739
Octal2522251670143641432771
Binary10101010100101011110111011001111010000110001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9577; }

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

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

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

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

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

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

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

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