#AE9F5E

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

Shades of Gimblet #AE9F5E

Tints of Gimblet #AE9F5E

Color information

#AE9F5E (or 0xAE9F5E) is unknown color: approx Gimblet. HEX triplet: AE, 9F and 5E. RGB value is (174,159,94). Sum of RGB (Red+Green+Blue) = 174+159+94=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9F5E is #5160A1. Grayscale: #9C9C9C. Windows color (decimal): -5333154 or 6201262. OLE color: 6201262.

HSL color Cylindrical-coordinate representation of color #AE9F5E: hue angle of 48.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE9F5E is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB17415994-
CMYK00.090.460.32
HSL48.75º33.06%52.55%-
HSV(B)48.75º45.98%68.24%-
XYZ31.8734.615.59-
YUV156.0792.97140.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 159 (62.5% from 255) = 37.24%
BLUE value IS 94 (37.11% from 255) = 22.01%
R=40.75%
G=37.24%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741599400.090.460.3248.7533.0652.55
HexAE9F5E092E20312135
Octal2562371360115640614165
Binary1010111010011111101111001001101110100000110001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9F5E; }

 p { color: rgb(174,159,94); }

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

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

 a { background-color: rgb(174,159,94); }

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

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

 span { border-color: rgb(174,159,94); }

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