#AA9A85

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

Shades of Bronco #AA9A85

Tints of Bronco #AA9A85

Color information

#AA9A85 (or 0xAA9A85) is unknown color: approx Bronco. HEX triplet: AA, 9A and 85. RGB value is (170,154,133). Sum of RGB (Red+Green+Blue) = 170+154+133=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A85 is #55657A. Grayscale: #9C9C9C. Windows color (decimal): -5596539 or 8755882. OLE color: 8755882.

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

Color convert

RGB170154133-
CMYK00.090.220.33
HSL34.05º17.87%59.41%-
HSV(B)34.05º21.76%66.67%-
XYZ32.3733.3526.92-
YUV156.39114.8137.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 133 (52.34% from 255) = 29.10%
R=37.20%
G=33.70%
B=29.10%

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
Decimal17015413300.090.220.3334.0517.8759.41
HexAA9A8509162122123b
Octal2522322050112641422273
Binary101010101001101010000101010011011010000110001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A85; }

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

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

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

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

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

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

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

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