#AEA55A

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

Shades of Gimblet #AEA55A

Tints of Gimblet #AEA55A

Color information

#AEA55A (or 0xAEA55A) is unknown color: approx Gimblet. HEX triplet: AE, A5 and 5A. RGB value is (174,165,90). Sum of RGB (Red+Green+Blue) = 174+165+90=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA55A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA55A is #515AA5. Grayscale: #9F9F9F. Windows color (decimal): -5331622 or 5940654. OLE color: 5940654.

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

Color convert

RGB17416590-
CMYK00.050.480.32
HSL53.57º34.15%51.76%-
HSV(B)53.57º48.28%68.24%-
XYZ32.7636.6515.02-
YUV159.1488.98138.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 165 (64.84% from 255) = 38.46%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=40.56%
G=38.46%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741659000.050.480.3253.5734.1551.76
HexAEA55A053020362234
Octal256245132056040664264
Binary101011101010010110110100101110000100000110110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA55A; }

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

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

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

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

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

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

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

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