#AEA85E

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

Shades of Gimblet #AEA85E

Tints of Gimblet #AEA85E

Color information

#AEA85E (or 0xAEA85E) is unknown color: approx Gimblet. HEX triplet: AE, A8 and 5E. RGB value is (174,168,94). Sum of RGB (Red+Green+Blue) = 174+168+94=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA85E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA85E is #5157A1. Grayscale: #A1A1A1. Windows color (decimal): -5330850 or 6203566. OLE color: 6203566.

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

Color convert

RGB17416894-
CMYK00.030.460.32
HSL55.5º33.06%52.55%-
HSV(B)55.5º45.98%68.24%-
XYZ33.4837.8116.12-
YUV161.3689.99137.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 168 (66.02% from 255) = 38.53%
BLUE value IS 94 (37.11% from 255) = 21.56%
R=39.91%
G=38.53%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741689400.030.460.3255.533.0652.55
HexAEA85E032E20382135
Octal256250136035640704165
Binary10101110101010001011110011101110100000111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA85E; }

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

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

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

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

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

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

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

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