#AA9A83

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

Shades of Bronco #AA9A83

Tints of Bronco #AA9A83

Color information

#AA9A83 (or 0xAA9A83) is unknown color: approx Bronco. HEX triplet: AA, 9A and 83. RGB value is (170,154,131). Sum of RGB (Red+Green+Blue) = 170+154+131=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A83 is #55657C. Grayscale: #9C9C9C. Windows color (decimal): -5596541 or 8624810. OLE color: 8624810.

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

Color convert

RGB170154131-
CMYK00.090.230.33
HSL35.38º18.66%59.02%-
HSV(B)35.38º22.94%66.67%-
XYZ32.2333.326.2-
YUV156.16113.8137.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 131 (51.56% from 255) = 28.79%
R=37.36%
G=33.85%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015413100.090.230.3335.3818.6659.02
HexAA9A8309172123133b
Octal2522322030112741432373
Binary101010101001101010000011010011011110000110001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A83; }

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

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

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

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

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

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

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

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