#AA9A81

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

Shades of Bronco #AA9A81

Tints of Bronco #AA9A81

Color information

#AA9A81 (or 0xAA9A81) is unknown color: approx Bronco. HEX triplet: AA, 9A and 81. RGB value is (170,154,129). Sum of RGB (Red+Green+Blue) = 170+154+129=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A81 is #55657E. Grayscale: #9C9C9C. Windows color (decimal): -5596543 or 8493738. OLE color: 8493738.

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

Color convert

RGB170154129-
CMYK00.090.240.33
HSL36.59º19.43%58.63%-
HSV(B)36.59º24.12%66.67%-
XYZ32.133.2425.49-
YUV155.93112.8138.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 154 (60.55% from 255) = 34.00%
BLUE value IS 129 (50.78% from 255) = 28.48%
R=37.53%
G=34.00%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015412900.090.240.3336.5919.4358.63
HexAA9A8109182125133b
Octal2522322010113041452373
Binary101010101001101010000001010011100010000110010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A81; }

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

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

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

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

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

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

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

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