#aa977c

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

Shades of Bronco #AA977C

Tints of Bronco #AA977C

Color information

#AA977C (or 0xAA977C) is unknown color: approx Bronco. HEX triplet: AA, 97 and 7C. RGB value is (170,151,124). Sum of RGB (Red+Green+Blue) = 170+151+124=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA977C is #556883. Grayscale: #999999. Windows color (decimal): -5597316 or 8165290. OLE color: 8165290.

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

Color convert

RGB170151124-
CMYK00.110.270.33
HSL35.22º21.3%57.65%-
HSV(B)35.22º27.06%66.67%-
XYZ31.2832.1323.62-
YUV153.6111.29139.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 151 (59.38% from 255) = 33.93%
BLUE value IS 124 (48.83% from 255) = 27.87%
R=38.20%
G=33.93%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015112400.110.270.3335.2221.357.65
HexAA977C0B1B2123153a
Octal2522271740133341432572
Binary10101010100101111111100010111101110000110001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa977c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa977c; }

 p { color: rgb(170,151,124); }

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

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

 a { background-color: rgb(170,151,124); }

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

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

 span { border-color: rgb(170,151,124); }

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