#AE9876

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

Shades of Bronco #AE9876

Tints of Bronco #AE9876

Color information

#AE9876 (or 0xAE9876) is unknown color: approx Bronco. HEX triplet: AE, 98 and 76. RGB value is (174,152,118). Sum of RGB (Red+Green+Blue) = 174+152+118=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9876 is #516789. Grayscale: #9A9A9A. Windows color (decimal): -5334922 or 7772334. OLE color: 7772334.

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

Color convert

RGB174152118-
CMYK00.130.320.32
HSL36.43º25.69%57.25%-
HSV(B)36.43º32.18%68.24%-
XYZ31.9532.7621.78-
YUV154.7107.29141.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 152 (59.77% from 255) = 34.23%
BLUE value IS 118 (46.48% from 255) = 26.58%
R=39.19%
G=34.23%
B=26.58%

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
Decimal17415211800.130.320.3236.4325.6957.25
HexAE98760D2020241a39
Octal2562301660154040443271
Binary101011101001100011101100110110000010000010010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9876; }

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

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

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

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

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

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

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

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