#AA9C7D

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

Shades of Bronco #AA9C7D

Tints of Bronco #AA9C7D

Color information

#AA9C7D (or 0xAA9C7D) is unknown color: approx Bronco. HEX triplet: AA, 9C and 7D. RGB value is (170,156,125). Sum of RGB (Red+Green+Blue) = 170+156+125=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C7D is #556382. Grayscale: #9C9C9C. Windows color (decimal): -5596035 or 8232106. OLE color: 8232106.

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

Color convert

RGB170156125-
CMYK00.080.260.33
HSL41.33º20.93%57.84%-
HSV(B)41.33º26.47%66.67%-
XYZ32.1733.824.23-
YUV156.65110.14137.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 156 (61.33% from 255) = 34.59%
BLUE value IS 125 (49.22% from 255) = 27.72%
R=37.69%
G=34.59%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015612500.080.260.3341.3320.9357.84
HexAA9C7D081A2129153a
Octal2522341750103241512572
Binary10101010100111001111101010001101010000110100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C7D; }

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

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

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

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

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

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

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

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