#AEAA64

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

Shades of Gimblet #AEAA64

Tints of Gimblet #AEAA64

Color information

#AEAA64 (or 0xAEAA64) is unknown color: approx Gimblet. HEX triplet: AE, AA and 64. RGB value is (174,170,100). Sum of RGB (Red+Green+Blue) = 174+170+100=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA64 is #51559B. Grayscale: #A3A3A3. Windows color (decimal): -5330332 or 6597294. OLE color: 6597294.

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

Color convert

RGB174170100-
CMYK00.020.430.32
HSL56.76º31.36%53.73%-
HSV(B)56.76º42.53%68.24%-
XYZ34.1338.6717.72-
YUV163.2292.33135.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 100 (39.45% from 255) = 22.52%
R=39.19%
G=38.29%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417010000.020.430.3256.7631.3653.73
HexAEAA64022B20391f36
Octal256252144025340713766
Binary1010111010101010110010001010101110000011100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA64; }

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

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

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

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

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

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

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

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