#AEA164

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

Shades of Gimblet #AEA164

Tints of Gimblet #AEA164

Color information

#AEA164 (or 0xAEA164) is unknown color: approx Gimblet. HEX triplet: AE, A1 and 64. RGB value is (174,161,100). Sum of RGB (Red+Green+Blue) = 174+161+100=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA164 is #515E9B. Grayscale: #9E9E9E. Windows color (decimal): -5332636 or 6594990. OLE color: 6594990.

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

Color convert

RGB174161100-
CMYK00.070.430.32
HSL49.46º31.36%53.73%-
HSV(B)49.46º42.53%68.24%-
XYZ32.535.4117.18-
YUV157.9395.31139.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 161 (63.28% from 255) = 37.01%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=40%
G=37.01%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416110000.070.430.3249.4631.3653.73
HexAEA164072B20311f36
Octal256241144075340613766
Binary10101110101000011100100011110101110000011000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA164; }

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

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

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

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

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

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

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

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