#AE9979

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

Shades of Bronco #AE9979

Tints of Bronco #AE9979

Color information

#AE9979 (or 0xAE9979) is unknown color: approx Bronco. HEX triplet: AE, 99 and 79. RGB value is (174,153,121). Sum of RGB (Red+Green+Blue) = 174+153+121=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9979 is #516686. Grayscale: #9B9B9B. Windows color (decimal): -5334663 or 7969198. OLE color: 7969198.

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

Color convert

RGB174153121-
CMYK00.120.300.32
HSL36.23º24.65%57.84%-
HSV(B)36.23º30.46%68.24%-
XYZ32.333.1622.79-
YUV155.63108.46141.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 121 (47.66% from 255) = 27.01%
R=38.84%
G=34.15%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415312100.120.300.3236.2324.6557.84
HexAE99790C1E2024193a
Octal2562311710143640443172
Binary10101110100110011111001011001111010000010010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9979; }

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

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

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

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

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

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

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

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