#AA9A7D

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

Shades of Bronco #AA9A7D

Tints of Bronco #AA9A7D

Color information

#AA9A7D (or 0xAA9A7D) is unknown color: approx Bronco. HEX triplet: AA, 9A and 7D. RGB value is (170,154,125). Sum of RGB (Red+Green+Blue) = 170+154+125=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A7D is #556582. Grayscale: #9B9B9B. Windows color (decimal): -5596547 or 8231594. OLE color: 8231594.

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

Color convert

RGB170154125-
CMYK00.090.260.33
HSL38.67º20.93%57.84%-
HSV(B)38.67º26.47%66.67%-
XYZ31.8333.1424.12-
YUV155.48110.8138.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 125 (49.22% from 255) = 27.84%
R=37.86%
G=34.30%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015412500.090.260.3338.6720.9357.84
HexAA9A7D091A2127153a
Octal2522321750113241472572
Binary10101010100110101111101010011101010000110011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A7D; }

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

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

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

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

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

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

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

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