#AE9E64

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

Shades of Gimblet #AE9E64

Tints of Gimblet #AE9E64

Color information

#AE9E64 (or 0xAE9E64) is unknown color: approx Gimblet. HEX triplet: AE, 9E and 64. RGB value is (174,158,100). Sum of RGB (Red+Green+Blue) = 174+158+100=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9E64 is #51619B. Grayscale: #9C9C9C. Windows color (decimal): -5333404 or 6594222. OLE color: 6594222.

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

Color convert

RGB174158100-
CMYK00.090.430.32
HSL47.03º31.36%53.73%-
HSV(B)47.03º42.53%68.24%-
XYZ31.9834.3717.01-
YUV156.1796.3140.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 158 (62.11% from 255) = 36.57%
BLUE value IS 100 (39.45% from 255) = 23.15%
R=40.28%
G=36.57%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415810000.090.430.3247.0331.3653.73
HexAE9E64092B202f1f36
Octal2562361440115340573766
Binary101011101001111011001000100110101110000010111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9E64; }

 p { color: rgb(174,158,100); }

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

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

 a { background-color: rgb(174,158,100); }

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

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

 span { border-color: rgb(174,158,100); }

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