#AEA55F

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

Shades of Gimblet #AEA55F

Tints of Gimblet #AEA55F

Color information

#AEA55F (or 0xAEA55F) is unknown color: approx Gimblet. HEX triplet: AE, A5 and 5F. RGB value is (174,165,95). Sum of RGB (Red+Green+Blue) = 174+165+95=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA55F is #515AA0. Grayscale: #9F9F9F. Windows color (decimal): -5331617 or 6268334. OLE color: 6268334.

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

Color convert

RGB17416595-
CMYK00.050.450.32
HSL53.16º32.78%52.75%-
HSV(B)53.16º45.4%68.24%-
XYZ32.9836.7416.18-
YUV159.7191.48138.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 95 (37.5% from 255) = 21.89%
R=40.09%
G=38.02%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741659500.050.450.3253.1632.7852.75
HexAEA55F052D20352135
Octal256245137055540654165
Binary101011101010010110111110101101101100000110101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA55F; }

 p { color: rgb(174,165,95); }

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

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

 a { background-color: rgb(174,165,95); }

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

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

 span { border-color: rgb(174,165,95); }

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