#AEA05C

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

Shades of Gimblet #AEA05C

Tints of Gimblet #AEA05C

Color information

#AEA05C (or 0xAEA05C) is unknown color: approx Gimblet. HEX triplet: AE, A0 and 5C. RGB value is (174,160,92). Sum of RGB (Red+Green+Blue) = 174+160+92=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA05C is #515FA3. Grayscale: #9C9C9C. Windows color (decimal): -5332900 or 6070446. OLE color: 6070446.

HSL color Cylindrical-coordinate representation of color #AEA05C: hue angle of 49.76º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AEA05C is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17416092-
CMYK00.080.470.32
HSL49.76º33.61%52.16%-
HSV(B)49.76º47.13%68.24%-
XYZ31.9634.9115.18-
YUV156.4391.64140.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 160 (62.89% from 255) = 37.56%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=40.85%
G=37.56%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741609200.080.470.3249.7633.6152.16
HexAEA05C082F20322234
Octal2562401340105740624264
Binary1010111010100000101110001000101111100000110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA05C; }

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

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

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

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

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

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

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

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