#AEA557

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

Shades of Gimblet #AEA557

Tints of Gimblet #AEA557

Color information

#AEA557 (or 0xAEA557) is unknown color: approx Gimblet. HEX triplet: AE, A5 and 57. RGB value is (174,165,87). Sum of RGB (Red+Green+Blue) = 174+165+87=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA557 is #515AA8. Grayscale: #9F9F9F. Windows color (decimal): -5331625 or 5744046. OLE color: 5744046.

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

Color convert

RGB17416587-
CMYK00.050.50.32
HSL53.79º34.94%51.18%-
HSV(B)53.79º50%68.24%-
XYZ32.6336.614.36-
YUV158.887.48138.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 165 (64.84% from 255) = 38.73%
BLUE value IS 87 (34.38% from 255) = 20.42%
R=40.85%
G=38.73%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741658700.050.50.3253.7934.9451.18
HexAEA557053220362333
Octal256245127056240664363
Binary101011101010010110101110101110010100000110110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA557; }

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

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

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

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

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

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

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

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