#AEA866

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

Shades of Gimblet #AEA866

Tints of Gimblet #AEA866

Color information

#AEA866 (or 0xAEA866) is unknown color: approx Gimblet. HEX triplet: AE, A8 and 66. RGB value is (174,168,102). Sum of RGB (Red+Green+Blue) = 174+168+102=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA866 is #515799. Grayscale: #A2A2A2. Windows color (decimal): -5330842 or 6727854. OLE color: 6727854.

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

Color convert

RGB174168102-
CMYK00.030.410.32
HSL55º30.77%54.12%-
HSV(B)55º41.38%68.24%-
XYZ33.8637.9618.11-
YUV162.2793.99136.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 168 (66.02% from 255) = 37.84%
BLUE value IS 102 (40.23% from 255) = 22.97%
R=39.19%
G=37.84%
B=22.97%

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
Decimal17416810200.030.410.325530.7754.12
HexAEA866032920371f36
Octal256250146035140673766
Binary1010111010101000110011001110100110000011011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA866; }

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

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

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

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

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

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

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

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