#AEA65B

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

Shades of Gimblet #AEA65B

Tints of Gimblet #AEA65B

Color information

#AEA65B (or 0xAEA65B) is unknown color: approx Gimblet. HEX triplet: AE, A6 and 5B. RGB value is (174,166,91). Sum of RGB (Red+Green+Blue) = 174+166+91=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA65B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA65B is #5159A4. Grayscale: #A0A0A0. Windows color (decimal): -5331365 or 6006446. OLE color: 6006446.

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

Color convert

RGB17416691-
CMYK00.050.480.32
HSL54.22º33.88%51.96%-
HSV(B)54.22º47.7%68.24%-
XYZ32.9837.0315.31-
YUV159.8489.15138.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 166 (65.23% from 255) = 38.52%
BLUE value IS 91 (35.94% from 255) = 21.11%
R=40.37%
G=38.52%
B=21.11%

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
Decimal1741669100.050.480.3254.2233.8851.96
HexAEA65B053020362234
Octal256246133056040664264
Binary101011101010011010110110101110000100000110110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA65B; }

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

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

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

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

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

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

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

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