#AE9777

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

Shades of Bronco #AE9777

Tints of Bronco #AE9777

Color information

#AE9777 (or 0xAE9777) is unknown color: approx Bronco. HEX triplet: AE, 97 and 77. RGB value is (174,151,119). Sum of RGB (Red+Green+Blue) = 174+151+119=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9777 is #516888. Grayscale: #9A9A9A. Windows color (decimal): -5335177 or 7837614. OLE color: 7837614.

HSL color Cylindrical-coordinate representation of color #AE9777: hue angle of 34.91º degrees, saturation: 0.25, 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 #AE9777 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB174151119-
CMYK00.130.320.32
HSL34.91º25.35%57.45%-
HSV(B)34.91º31.61%68.24%-
XYZ31.8532.4622.04-
YUV154.23108.12142.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 119 (46.88% from 255) = 26.80%
R=39.19%
G=34.01%
B=26.80%

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
Decimal17415111900.130.320.3234.9125.3557.45
HexAE97770D2020231939
Octal2562271670154040433171
Binary101011101001011111101110110110000010000010001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9777; }

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

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

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

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

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

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

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

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