#AEA966

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

Shades of Gimblet #AEA966

Tints of Gimblet #AEA966

Color information

#AEA966 (or 0xAEA966) is unknown color: approx Gimblet. HEX triplet: AE, A9 and 66. RGB value is (174,169,102). Sum of RGB (Red+Green+Blue) = 174+169+102=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA966 is #515699. Grayscale: #A3A3A3. Windows color (decimal): -5330586 or 6728110. OLE color: 6728110.

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

Color convert

RGB174169102-
CMYK00.030.410.32
HSL55.83º30.77%54.12%-
HSV(B)55.83º41.38%68.24%-
XYZ34.0438.3318.18-
YUV162.8693.66135.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 102 (40.23% from 255) = 22.92%
R=39.10%
G=37.98%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416910200.030.410.3255.8330.7754.12
HexAEA966032920381f36
Octal256251146035140703766
Binary1010111010101001110011001110100110000011100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA966; }

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

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

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

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

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

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

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

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