#AA9A84

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

Shades of Bronco #AA9A84

Tints of Bronco #AA9A84

Color information

#AA9A84 (or 0xAA9A84) is unknown color: approx Bronco. HEX triplet: AA, 9A and 84. RGB value is (170,154,132). Sum of RGB (Red+Green+Blue) = 170+154+132=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A84 is #55657B. Grayscale: #9C9C9C. Windows color (decimal): -5596540 or 8690346. OLE color: 8690346.

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

Color convert

RGB170154132-
CMYK00.090.220.33
HSL34.74º18.27%59.22%-
HSV(B)34.74º22.35%66.67%-
XYZ32.333.3226.56-
YUV156.28114.3137.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 154 (60.55% from 255) = 33.77%
BLUE value IS 132 (51.95% from 255) = 28.95%
R=37.28%
G=33.77%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015413200.090.220.3334.7418.2759.22
HexAA9A8409162123123b
Octal2522322040112641432273
Binary101010101001101010000100010011011010000110001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A84; }

 p { color: rgb(170,154,132); }

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

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

 a { background-color: rgb(170,154,132); }

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

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

 span { border-color: rgb(170,154,132); }

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