#AA977D

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

Shades of Bronco #AA977D

Tints of Bronco #AA977D

Color information

#AA977D (or 0xAA977D) is unknown color: approx Bronco. HEX triplet: AA, 97 and 7D. RGB value is (170,151,125). Sum of RGB (Red+Green+Blue) = 170+151+125=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA977D is #556882. Grayscale: #999999. Windows color (decimal): -5597315 or 8230826. OLE color: 8230826.

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

Color convert

RGB170151125-
CMYK00.110.260.33
HSL34.67º20.93%57.84%-
HSV(B)34.67º26.47%66.67%-
XYZ31.3532.1623.96-
YUV153.72111.79139.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 151 (59.38% from 255) = 33.86%
BLUE value IS 125 (49.22% from 255) = 28.03%
R=38.12%
G=33.86%
B=28.03%

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
Decimal17015112500.110.260.3334.6720.9357.84
HexAA977D0B1A2123153a
Octal2522271750133241432572
Binary10101010100101111111101010111101010000110001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA977D; }

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

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

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

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

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

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

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

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