#AEA55D

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

Shades of Gimblet #AEA55D

Tints of Gimblet #AEA55D

Color information

#AEA55D (or 0xAEA55D) is unknown color: approx Gimblet. HEX triplet: AE, A5 and 5D. RGB value is (174,165,93). Sum of RGB (Red+Green+Blue) = 174+165+93=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA55D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA55D is #515AA2. Grayscale: #9F9F9F. Windows color (decimal): -5331619 or 6137262. OLE color: 6137262.

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

Color convert

RGB17416593-
CMYK00.050.470.32
HSL53.33º33.33%52.35%-
HSV(B)53.33º46.55%68.24%-
XYZ32.8936.715.71-
YUV159.4890.48138.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 165 (64.84% from 255) = 38.19%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=40.28%
G=38.19%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741659300.050.470.3253.3333.3352.35
HexAEA55D052F20352134
Octal256245135055740654164
Binary101011101010010110111010101101111100000110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA55D; }

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

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

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

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

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

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

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

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