#AEA96D

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

Shades of Gimblet #AEA96D

Tints of Gimblet #AEA96D

Color information

#AEA96D (or 0xAEA96D) is unknown color: approx Gimblet. HEX triplet: AE, A9 and 6D. RGB value is (174,169,109). Sum of RGB (Red+Green+Blue) = 174+169+109=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA96D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA96D is #515692. Grayscale: #A3A3A3. Windows color (decimal): -5330579 or 7186862. OLE color: 7186862.

HSL color Cylindrical-coordinate representation of color #AEA96D: hue angle of 55.38º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEA96D is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB174169109-
CMYK00.030.370.32
HSL55.38º28.63%55.49%-
HSV(B)55.38º37.36%68.24%-
XYZ34.438.4820.08-
YUV163.6597.16135.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=38.50%
G=37.39%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416910900.030.370.3255.3828.6355.49
HexAEA96D032520371d37
Octal256251155034540673567
Binary1010111010101001110110101110010110000011011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA96D; }

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

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

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

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

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

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

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

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