#AA9579

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

Shades of Bronco #AA9579

Tints of Bronco #AA9579

Color information

#AA9579 (or 0xAA9579) is unknown color: approx Bronco. HEX triplet: AA, 95 and 79. RGB value is (170,149,121). Sum of RGB (Red+Green+Blue) = 170+149+121=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9579 is #556A86. Grayscale: #989898. Windows color (decimal): -5597831 or 7968170. OLE color: 7968170.

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

Color convert

RGB170149121-
CMYK00.120.290.33
HSL34.29º22.37%57.06%-
HSV(B)34.29º28.82%66.67%-
XYZ30.7831.4222.53-
YUV152.09110.46140.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 121 (47.66% from 255) = 27.5%
R=38.64%
G=33.86%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014912100.120.290.3334.2922.3757.06
HexAA95790C1D21221639
Octal2522251710143541422671
Binary10101010100101011111001011001110110000110001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9579; }

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

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

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

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

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

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

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

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