#AE9878

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

Shades of Bronco #AE9878

Tints of Bronco #AE9878

Color information

#AE9878 (or 0xAE9878) is unknown color: approx Bronco. HEX triplet: AE, 98 and 78. RGB value is (174,152,120). Sum of RGB (Red+Green+Blue) = 174+152+120=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9878 is #516787. Grayscale: #9B9B9B. Windows color (decimal): -5334920 or 7903406. OLE color: 7903406.

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

Color convert

RGB174152120-
CMYK00.130.310.32
HSL35.56º25%57.65%-
HSV(B)35.56º31.03%68.24%-
XYZ32.0732.8122.41-
YUV154.93108.29141.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 152 (59.77% from 255) = 34.08%
BLUE value IS 120 (47.27% from 255) = 26.91%
R=39.01%
G=34.08%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415212000.130.310.3235.562557.65
HexAE98780D1F2024193a
Octal2562301700153740443172
Binary10101110100110001111000011011111110000010010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9878; }

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

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

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

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

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

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

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

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