#AEA661

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

Shades of Gimblet #AEA661

Tints of Gimblet #AEA661

Color information

#AEA661 (or 0xAEA661) is unknown color: approx Gimblet. HEX triplet: AE, A6 and 61. RGB value is (174,166,97). Sum of RGB (Red+Green+Blue) = 174+166+97=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA661 is #51599E. Grayscale: #A0A0A0. Windows color (decimal): -5331359 or 6399662. OLE color: 6399662.

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

Color convert

RGB17416697-
CMYK00.050.440.32
HSL53.77º32.22%53.14%-
HSV(B)53.77º44.25%68.24%-
XYZ33.2537.1316.72-
YUV160.5392.15137.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 166 (65.23% from 255) = 37.99%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=39.82%
G=37.99%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741669700.050.440.3253.7732.2253.14
HexAEA661052C20362035
Octal256246141055440664065
Binary101011101010011011000010101101100100000110110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA661; }

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

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

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

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

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

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

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

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