#AA9980

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

Shades of Bronco #AA9980

Tints of Bronco #AA9980

Color information

#AA9980 (or 0xAA9980) is unknown color: approx Bronco. HEX triplet: AA, 99 and 80. RGB value is (170,153,128). Sum of RGB (Red+Green+Blue) = 170+153+128=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9980 is #55667F. Grayscale: #9B9B9B. Windows color (decimal): -5596800 or 8427946. OLE color: 8427946.

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

Color convert

RGB170153128-
CMYK00.10.250.33
HSL35.71º19.81%58.43%-
HSV(B)35.71º24.71%66.67%-
XYZ31.8732.8925.09-
YUV155.23112.63138.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 128 (50.39% from 255) = 28.38%
R=37.69%
G=33.92%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015312800.10.250.3335.7119.8158.43
HexAA99800A192124143a
Octal2522312000123141442472
Binary101010101001100110000000010101100110000110010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9980; }

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

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

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

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

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

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

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

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