#AA9578

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

Shades of Bronco #AA9578

Tints of Bronco #AA9578

Color information

#AA9578 (or 0xAA9578) is unknown color: approx Bronco. HEX triplet: AA, 95 and 78. RGB value is (170,149,120). Sum of RGB (Red+Green+Blue) = 170+149+120=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9578 is #556A87. Grayscale: #989898. Windows color (decimal): -5597832 or 7902634. OLE color: 7902634.

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

Color convert

RGB170149120-
CMYK00.120.290.33
HSL34.8º22.73%56.86%-
HSV(B)34.8º29.41%66.67%-
XYZ30.7231.422.21-
YUV151.97109.96140.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 120 (47.27% from 255) = 27.33%
R=38.72%
G=33.94%
B=27.33%

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
Decimal17014912000.120.290.3334.822.7356.86
HexAA95780C1D21231739
Octal2522251700143541432771
Binary10101010100101011111000011001110110000110001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9578; }

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

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

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

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

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

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

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

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