#AEA457

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

Shades of Gimblet #AEA457

Tints of Gimblet #AEA457

Color information

#AEA457 (or 0xAEA457) is unknown color: approx Gimblet. HEX triplet: AE, A4 and 57. RGB value is (174,164,87). Sum of RGB (Red+Green+Blue) = 174+164+87=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA457 is #515BA8. Grayscale: #9E9E9E. Windows color (decimal): -5331881 or 5743790. OLE color: 5743790.

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

Color convert

RGB17416487-
CMYK00.060.50.32
HSL53.1º34.94%51.18%-
HSV(B)53.1º50%68.24%-
XYZ32.4536.2414.3-
YUV158.2187.81139.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 164 (64.45% from 255) = 38.59%
BLUE value IS 87 (34.38% from 255) = 20.47%
R=40.94%
G=38.59%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741648700.060.50.3253.134.9451.18
HexAEA457063220352333
Octal256244127066240654363
Binary101011101010010010101110110110010100000110101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA457; }

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

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

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

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

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

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

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

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