#AA9580

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

Shades of Bronco #AA9580

Tints of Bronco #AA9580

Color information

#AA9580 (or 0xAA9580) is unknown color: approx Bronco. HEX triplet: AA, 95 and 80. RGB value is (170,149,128). Sum of RGB (Red+Green+Blue) = 170+149+128=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9580 is #556A7F. Grayscale: #989898. Windows color (decimal): -5597824 or 8426922. OLE color: 8426922.

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

Color convert

RGB170149128-
CMYK00.120.250.33
HSL30º19.81%58.43%-
HSV(B)30º24.71%66.67%-
XYZ31.2231.624.88-
YUV152.89113.96140.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 149 (58.59% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=38.03%
G=33.33%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014912800.120.250.333019.8158.43
HexAA95800C19211e143a
Octal2522252000143141362472
Binary10101010100101011000000001100110011000011111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9580; }

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

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

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

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

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

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

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

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