#AE9776

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

Shades of Bronco #AE9776

Tints of Bronco #AE9776

Color information

#AE9776 (or 0xAE9776) is unknown color: approx Bronco. HEX triplet: AE, 97 and 76. RGB value is (174,151,118). Sum of RGB (Red+Green+Blue) = 174+151+118=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9776 is #516889. Grayscale: #9A9A9A. Windows color (decimal): -5335178 or 7772078. OLE color: 7772078.

HSL color Cylindrical-coordinate representation of color #AE9776: hue angle of 35.36º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE9776 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB174151118-
CMYK00.130.320.32
HSL35.36º25.69%57.25%-
HSV(B)35.36º32.18%68.24%-
XYZ31.7932.4421.73-
YUV154.12107.62142.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 151 (59.38% from 255) = 34.09%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=39.28%
G=34.09%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415111800.130.320.3235.3625.6957.25
HexAE97760D2020231a39
Octal2562271660154040433271
Binary101011101001011111101100110110000010000010001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9776; }

 p { color: rgb(174,151,118); }

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

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

 a { background-color: rgb(174,151,118); }

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

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

 span { border-color: rgb(174,151,118); }

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