#AEA65A

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

Shades of Gimblet #AEA65A

Tints of Gimblet #AEA65A

Color information

#AEA65A (or 0xAEA65A) is unknown color: approx Gimblet. HEX triplet: AE, A6 and 5A. RGB value is (174,166,90). Sum of RGB (Red+Green+Blue) = 174+166+90=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA65A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA65A is #5159A5. Grayscale: #A0A0A0. Windows color (decimal): -5331366 or 5940910. OLE color: 5940910.

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

Color convert

RGB17416690-
CMYK00.050.480.32
HSL54.29º34.15%51.76%-
HSV(B)54.29º48.28%68.24%-
XYZ32.9437.0115.08-
YUV159.7388.65138.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.47%
GREEN value IS 166 (65.23% from 255) = 38.60%
BLUE value IS 90 (35.55% from 255) = 20.93%
R=40.47%
G=38.60%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741669000.050.480.3254.2934.1551.76
HexAEA65A053020362234
Octal256246132056040664264
Binary101011101010011010110100101110000100000110110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA65A; }

 p { color: rgb(174,166,90); }

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

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

 a { background-color: rgb(174,166,90); }

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

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

 span { border-color: rgb(174,166,90); }

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