#AE9873

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

Shades of Bronco #AE9873

Tints of Bronco #AE9873

Color information

#AE9873 (or 0xAE9873) is unknown color: approx Bronco. HEX triplet: AE, 98 and 73. RGB value is (174,152,115). Sum of RGB (Red+Green+Blue) = 174+152+115=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9873 is #51678C. Grayscale: #9A9A9A. Windows color (decimal): -5334925 or 7575726. OLE color: 7575726.

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

Color convert

RGB174152115-
CMYK00.130.340.32
HSL37.63º26.7%56.67%-
HSV(B)37.63º33.91%68.24%-
XYZ31.7832.6920.86-
YUV154.36105.79142.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=39.46%
G=34.47%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415211500.130.340.3237.6326.756.67
HexAE98730D2220261b39
Octal2562301630154240463371
Binary101011101001100011100110110110001010000010011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9873; }

 p { color: rgb(174,152,115); }

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

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

 a { background-color: rgb(174,152,115); }

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

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

 span { border-color: rgb(174,152,115); }

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