#AEA45F

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

Shades of Gimblet #AEA45F

Tints of Gimblet #AEA45F

Color information

#AEA45F (or 0xAEA45F) is unknown color: approx Gimblet. HEX triplet: AE, A4 and 5F. RGB value is (174,164,95). Sum of RGB (Red+Green+Blue) = 174+164+95=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA45F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA45F is #515BA0. Grayscale: #9F9F9F. Windows color (decimal): -5331873 or 6268078. OLE color: 6268078.

HSL color Cylindrical-coordinate representation of color #AEA45F: hue angle of 52.41º 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 #AEA45F is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17416495-
CMYK00.060.450.32
HSL52.41º32.78%52.75%-
HSV(B)52.41º45.4%68.24%-
XYZ32.836.3816.12-
YUV159.1291.81138.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 95 (37.5% from 255) = 21.94%
R=40.18%
G=37.88%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741649500.060.450.3252.4132.7852.75
HexAEA45F062D20342135
Octal256244137065540644165
Binary101011101010010010111110110101101100000110100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA45F; }

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

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

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

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

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

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

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

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