#AEA76E

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

Shades of Gimblet #AEA76E

Tints of Gimblet #AEA76E

Color information

#AEA76E (or 0xAEA76E) is unknown color: approx Gimblet. HEX triplet: AE, A7 and 6E. RGB value is (174,167,110). Sum of RGB (Red+Green+Blue) = 174+167+110=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA76E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA76E is #515891. Grayscale: #A2A2A2. Windows color (decimal): -5331090 or 7251886. OLE color: 7251886.

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

Color convert

RGB174167110-
CMYK00.040.370.32
HSL53.44º28.32%55.69%-
HSV(B)53.44º36.78%68.24%-
XYZ34.0937.7620.24-
YUV162.698.32136.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 167 (65.62% from 255) = 37.03%
BLUE value IS 110 (43.36% from 255) = 24.39%
R=38.58%
G=37.03%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416711000.040.370.3253.4428.3255.69
HexAEA76E042520351c38
Octal256247156044540653470
Binary10101110101001111101110010010010110000011010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA76E; }

 p { color: rgb(174,167,110); }

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

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

 a { background-color: rgb(174,167,110); }

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

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

 span { border-color: rgb(174,167,110); }

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