#AEA05E

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

Shades of Gimblet #AEA05E

Tints of Gimblet #AEA05E

Color information

#AEA05E (or 0xAEA05E) is unknown color: approx Gimblet. HEX triplet: AE, A0 and 5E. RGB value is (174,160,94). Sum of RGB (Red+Green+Blue) = 174+160+94=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA05E is #515FA1. Grayscale: #9C9C9C. Windows color (decimal): -5332898 or 6201518. OLE color: 6201518.

HSL color Cylindrical-coordinate representation of color #AEA05E: hue angle of 49.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 #AEA05E is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB17416094-
CMYK00.080.460.32
HSL49.5º33.06%52.55%-
HSV(B)49.5º45.98%68.24%-
XYZ32.0534.9515.65-
YUV156.6692.64140.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 160 (62.89% from 255) = 37.38%
BLUE value IS 94 (37.11% from 255) = 21.96%
R=40.65%
G=37.38%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741609400.080.460.3249.533.0652.55
HexAEA05E082E20322135
Octal2562401360105640624165
Binary1010111010100000101111001000101110100000110010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA05E; }

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

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

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

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

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

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

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

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