#AEA559

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

Shades of Gimblet #AEA559

Tints of Gimblet #AEA559

Color information

#AEA559 (or 0xAEA559) is unknown color: approx Gimblet. HEX triplet: AE, A5 and 59. RGB value is (174,165,89). Sum of RGB (Red+Green+Blue) = 174+165+89=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA559 is #515AA6. Grayscale: #9F9F9F. Windows color (decimal): -5331623 or 5875118. OLE color: 5875118.

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

Color convert

RGB17416589-
CMYK00.050.490.32
HSL53.65º34.41%51.57%-
HSV(B)53.65º48.85%68.24%-
XYZ32.7136.6314.8-
YUV159.0388.48138.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 165 (64.84% from 255) = 38.55%
BLUE value IS 89 (35.16% from 255) = 20.79%
R=40.65%
G=38.55%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741658900.050.490.3253.6534.4151.57
HexAEA559053120362234
Octal256245131056140664264
Binary101011101010010110110010101110001100000110110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA559; }

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

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

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

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

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

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

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

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