#AEA066

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

Shades of Gimblet #AEA066

Tints of Gimblet #AEA066

Color information

#AEA066 (or 0xAEA066) is unknown color: approx Gimblet. HEX triplet: AE, A0 and 66. RGB value is (174,160,102). Sum of RGB (Red+Green+Blue) = 174+160+102=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA066 is #515F99. Grayscale: #9D9D9D. Windows color (decimal): -5332890 or 6725806. OLE color: 6725806.

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

Color convert

RGB174160102-
CMYK00.080.410.32
HSL48.33º30.77%54.12%-
HSV(B)48.33º41.38%68.24%-
XYZ32.4235.117.64-
YUV157.5796.64139.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 160 (62.89% from 255) = 36.70%
BLUE value IS 102 (40.23% from 255) = 23.39%
R=39.91%
G=36.70%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416010200.080.410.3248.3330.7754.12
HexAEA066082920301f36
Octal2562401460105140603766
Binary101011101010000011001100100010100110000011000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA066; }

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

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

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

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

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

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

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

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