#AE987B

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

Shades of Bronco #AE987B

Tints of Bronco #AE987B

Color information

#AE987B (or 0xAE987B) is unknown color: approx Bronco. HEX triplet: AE, 98 and 7B. RGB value is (174,152,123). Sum of RGB (Red+Green+Blue) = 174+152+123=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE987B is #516784. Grayscale: #9B9B9B. Windows color (decimal): -5334917 or 8100014. OLE color: 8100014.

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

Color convert

RGB174152123-
CMYK00.130.290.32
HSL34.12º23.94%58.24%-
HSV(B)34.12º29.31%68.24%-
XYZ32.2632.8923.39-
YUV155.27109.79141.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 152 (59.77% from 255) = 33.85%
BLUE value IS 123 (48.44% from 255) = 27.39%
R=38.75%
G=33.85%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415212300.130.290.3234.1223.9458.24
HexAE987B0D1D2022183a
Octal2562301730153540423072
Binary10101110100110001111011011011110110000010001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE987B; }

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

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

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

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

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

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

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

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