#AEA061

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

Shades of Gimblet #AEA061

Tints of Gimblet #AEA061

Color information

#AEA061 (or 0xAEA061) is unknown color: approx Gimblet. HEX triplet: AE, A0 and 61. RGB value is (174,160,97). Sum of RGB (Red+Green+Blue) = 174+160+97=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA061 is #515F9E. Grayscale: #9D9D9D. Windows color (decimal): -5332895 or 6398126. OLE color: 6398126.

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

Color convert

RGB17416097-
CMYK00.080.440.32
HSL49.09º32.22%53.14%-
HSV(B)49.09º44.25%68.24%-
XYZ32.183516.37-
YUV15794.14140.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=40.37%
G=37.12%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741609700.080.440.3249.0932.2253.14
HexAEA061082C20312035
Octal2562401410105440614065
Binary1010111010100000110000101000101100100000110001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA061; }

 p { color: rgb(174,160,97); }

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

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

 a { background-color: rgb(174,160,97); }

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

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

 span { border-color: rgb(174,160,97); }

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