#AEA864

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

Shades of Gimblet #AEA864

Tints of Gimblet #AEA864

Color information

#AEA864 (or 0xAEA864) is unknown color: approx Gimblet. HEX triplet: AE, A8 and 64. RGB value is (174,168,100). Sum of RGB (Red+Green+Blue) = 174+168+100=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA864 is #51579B. Grayscale: #A2A2A2. Windows color (decimal): -5330844 or 6596782. OLE color: 6596782.

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

Color convert

RGB174168100-
CMYK00.030.430.32
HSL55.14º31.36%53.73%-
HSV(B)55.14º42.53%68.24%-
XYZ33.7637.9217.6-
YUV162.0492.99136.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 168 (66.02% from 255) = 38.01%
BLUE value IS 100 (39.45% from 255) = 22.62%
R=39.37%
G=38.01%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416810000.030.430.3255.1431.3653.73
HexAEA864032B20371f36
Octal256250144035340673766
Binary1010111010101000110010001110101110000011011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA864; }

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

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

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

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

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

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

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

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