#AEA96E

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

Shades of Gimblet #AEA96E

Tints of Gimblet #AEA96E

Color information

#AEA96E (or 0xAEA96E) is unknown color: approx Gimblet. HEX triplet: AE, A9 and 6E. RGB value is (174,169,110). Sum of RGB (Red+Green+Blue) = 174+169+110=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA96E is #515691. Grayscale: #A4A4A4. Windows color (decimal): -5330578 or 7252398. OLE color: 7252398.

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

Color convert

RGB174169110-
CMYK00.030.370.32
HSL55.31º28.32%55.69%-
HSV(B)55.31º36.78%68.24%-
XYZ34.4638.520.37-
YUV163.7797.66135.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=38.41%
G=37.31%
B=24.28%

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
Decimal17416911000.030.370.3255.3128.3255.69
HexAEA96E032520371c38
Octal256251156034540673470
Binary1010111010101001110111001110010110000011011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA96E; }

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

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

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

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

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

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

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

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