#AA9B84

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

Shades of Bronco #AA9B84

Tints of Bronco #AA9B84

Color information

#AA9B84 (or 0xAA9B84) is unknown color: approx Bronco. HEX triplet: AA, 9B and 84. RGB value is (170,155,132). Sum of RGB (Red+Green+Blue) = 170+155+132=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B84 is #55647B. Grayscale: #9C9C9C. Windows color (decimal): -5596284 or 8690602. OLE color: 8690602.

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

Color convert

RGB170155132-
CMYK00.090.220.33
HSL36.32º18.27%59.22%-
HSV(B)36.32º22.35%66.67%-
XYZ32.4633.6526.61-
YUV156.86113.97137.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 155 (60.94% from 255) = 33.92%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=37.20%
G=33.92%
B=28.88%

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
Decimal17015513200.090.220.3336.3218.2759.22
HexAA9B8409162124123b
Octal2522332040112641442273
Binary101010101001101110000100010011011010000110010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B84; }

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

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

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

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

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

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

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

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