#AE9A79

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

Shades of Bronco #AE9A79

Tints of Bronco #AE9A79

Color information

#AE9A79 (or 0xAE9A79) is unknown color: approx Bronco. HEX triplet: AE, 9A and 79. RGB value is (174,154,121). Sum of RGB (Red+Green+Blue) = 174+154+121=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A79 is #516586. Grayscale: #9C9C9C. Windows color (decimal): -5334407 or 7969454. OLE color: 7969454.

HSL color Cylindrical-coordinate representation of color #AE9A79: hue angle of 37.36º degrees, saturation: 0.25, 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 #AE9A79 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB174154121-
CMYK00.110.300.32
HSL37.36º24.65%57.84%-
HSV(B)37.36º30.46%68.24%-
XYZ32.4633.4922.84-
YUV156.22108.13140.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 121 (47.66% from 255) = 26.95%
R=38.75%
G=34.30%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415412100.110.300.3237.3624.6557.84
HexAE9A790B1E2025193a
Octal2562321710133640453172
Binary10101110100110101111001010111111010000010010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A79; }

 p { color: rgb(174,154,121); }

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

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

 a { background-color: rgb(174,154,121); }

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

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

 span { border-color: rgb(174,154,121); }

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