#AA9780

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

Shades of Bronco #AA9780

Tints of Bronco #AA9780

Color information

#AA9780 (or 0xAA9780) is unknown color: approx Bronco. HEX triplet: AA, 97 and 80. RGB value is (170,151,128). Sum of RGB (Red+Green+Blue) = 170+151+128=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9780 is #55687F. Grayscale: #9A9A9A. Windows color (decimal): -5597312 or 8427434. OLE color: 8427434.

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

Color convert

RGB170151128-
CMYK00.110.250.33
HSL32.86º19.81%58.43%-
HSV(B)32.86º24.71%66.67%-
XYZ31.5432.2424.98-
YUV154.06113.29139.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 151 (59.38% from 255) = 33.63%
BLUE value IS 128 (50.39% from 255) = 28.51%
R=37.86%
G=33.63%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015112800.110.250.3332.8619.8158.43
HexAA97800B192121143a
Octal2522272000133141412472
Binary101010101001011110000000010111100110000110000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9780; }

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

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

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

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

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

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

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

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