#AEA55C

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

Shades of Gimblet #AEA55C

Tints of Gimblet #AEA55C

Color information

#AEA55C (or 0xAEA55C) is unknown color: approx Gimblet. HEX triplet: AE, A5 and 5C. RGB value is (174,165,92). Sum of RGB (Red+Green+Blue) = 174+165+92=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA55C is #515AA3. Grayscale: #9F9F9F. Windows color (decimal): -5331620 or 6071726. OLE color: 6071726.

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

Color convert

RGB17416592-
CMYK00.050.470.32
HSL53.41º33.61%52.16%-
HSV(B)53.41º47.13%68.24%-
XYZ32.8436.6815.47-
YUV159.3789.98138.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 165 (64.84% from 255) = 38.28%
BLUE value IS 92 (36.33% from 255) = 21.35%
R=40.37%
G=38.28%
B=21.35%

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
Decimal1741659200.050.470.3253.4133.6152.16
HexAEA55C052F20352234
Octal256245134055740654264
Binary101011101010010110111000101101111100000110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA55C; }

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

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

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

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

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

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

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

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