#AEA05B

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

Shades of Gimblet #AEA05B

Tints of Gimblet #AEA05B

Color information

#AEA05B (or 0xAEA05B) is unknown color: approx Gimblet. HEX triplet: AE, A0 and 5B. RGB value is (174,160,91). Sum of RGB (Red+Green+Blue) = 174+160+91=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA05B is #515FA4. Grayscale: #9C9C9C. Windows color (decimal): -5332901 or 6004910. OLE color: 6004910.

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

Color convert

RGB17416091-
CMYK00.080.480.32
HSL49.88º33.88%51.96%-
HSV(B)49.88º47.7%68.24%-
XYZ31.9134.914.95-
YUV156.3291.14140.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 160 (62.89% from 255) = 37.65%
BLUE value IS 91 (35.94% from 255) = 21.41%
R=40.94%
G=37.65%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741609100.080.480.3249.8833.8851.96
HexAEA05B083020322234
Octal2562401330106040624264
Binary1010111010100000101101101000110000100000110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA05B; }

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

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

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

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

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

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

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

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