#AA977E

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

Shades of Bronco #AA977E

Tints of Bronco #AA977E

Color information

#AA977E (or 0xAA977E) is unknown color: approx Bronco. HEX triplet: AA, 97 and 7E. RGB value is (170,151,126). Sum of RGB (Red+Green+Blue) = 170+151+126=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA977E is #556881. Grayscale: #999999. Windows color (decimal): -5597314 or 8296362. OLE color: 8296362.

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

Color convert

RGB170151126-
CMYK00.110.260.33
HSL34.09º20.56%58.04%-
HSV(B)34.09º25.88%66.67%-
XYZ31.4132.1924.3-
YUV153.83112.29139.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=38.03%
G=33.78%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015112600.110.260.3334.0920.5658.04
HexAA977E0B1A2122153a
Octal2522271760133241422572
Binary10101010100101111111110010111101010000110001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA977E; }

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

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

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

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

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

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

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

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