#AE987A

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

Shades of Bronco #AE987A

Tints of Bronco #AE987A

Color information

#AE987A (or 0xAE987A) is unknown color: approx Bronco. HEX triplet: AE, 98 and 7A. RGB value is (174,152,122). Sum of RGB (Red+Green+Blue) = 174+152+122=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE987A is #516785. Grayscale: #9B9B9B. Windows color (decimal): -5334918 or 8034478. OLE color: 8034478.

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

Color convert

RGB174152122-
CMYK00.130.300.32
HSL34.62º24.3%58.04%-
HSV(B)34.62º29.89%68.24%-
XYZ32.232.8623.06-
YUV155.16109.29141.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 152 (59.77% from 255) = 33.93%
BLUE value IS 122 (48.05% from 255) = 27.23%
R=38.84%
G=33.93%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415212200.130.300.3234.6224.358.04
HexAE987A0D1E2023183a
Octal2562301720153640433072
Binary10101110100110001111010011011111010000010001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE987A; }

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

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

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

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

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

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

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

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