#AE9880

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

Shades of Bronco #AE9880

Tints of Bronco #AE9880

Color information

#AE9880 (or 0xAE9880) is unknown color: approx Bronco. HEX triplet: AE, 98 and 80. RGB value is (174,152,128). Sum of RGB (Red+Green+Blue) = 174+152+128=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9880 is #51677F. Grayscale: #9B9B9B. Windows color (decimal): -5334912 or 8427694. OLE color: 8427694.

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

Color convert

RGB174152128-
CMYK00.130.260.32
HSL31.3º22.12%59.22%-
HSV(B)31.3º26.44%68.24%-
XYZ32.5833.0125.08-
YUV155.84112.29140.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 152 (59.77% from 255) = 33.48%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=38.33%
G=33.48%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415212800.130.260.3231.322.1259.22
HexAE98800D1A201f163b
Octal2562302000153240372673
Binary10101110100110001000000001101110101000001111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9880; }

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

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

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

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

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

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

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

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