#AEA166

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

Shades of Gimblet #AEA166

Tints of Gimblet #AEA166

Color information

#AEA166 (or 0xAEA166) is unknown color: approx Gimblet. HEX triplet: AE, A1 and 66. RGB value is (174,161,102). Sum of RGB (Red+Green+Blue) = 174+161+102=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA166 is #515E99. Grayscale: #9E9E9E. Windows color (decimal): -5332634 or 6726062. OLE color: 6726062.

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

Color convert

RGB174161102-
CMYK00.070.410.32
HSL49.17º30.77%54.12%-
HSV(B)49.17º41.38%68.24%-
XYZ32.635.4517.69-
YUV158.1696.31139.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 161 (63.28% from 255) = 36.84%
BLUE value IS 102 (40.23% from 255) = 23.34%
R=39.82%
G=36.84%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416110200.070.410.3249.1730.7754.12
HexAEA166072920311f36
Octal256241146075140613766
Binary10101110101000011100110011110100110000011000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA166; }

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

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

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

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

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

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

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

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