#AEA861

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

Shades of Gimblet #AEA861

Tints of Gimblet #AEA861

Color information

#AEA861 (or 0xAEA861) is unknown color: approx Gimblet. HEX triplet: AE, A8 and 61. RGB value is (174,168,97). Sum of RGB (Red+Green+Blue) = 174+168+97=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA861 is #51579E. Grayscale: #A1A1A1. Windows color (decimal): -5330847 or 6400174. OLE color: 6400174.

HSL color Cylindrical-coordinate representation of color #AEA861: hue angle of 55.32º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEA861 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB17416897-
CMYK00.030.440.32
HSL55.32º32.22%53.14%-
HSV(B)55.32º44.25%68.24%-
XYZ33.6237.8716.85-
YUV161.791.49136.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 168 (66.02% from 255) = 38.27%
BLUE value IS 97 (38.28% from 255) = 22.10%
R=39.64%
G=38.27%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741689700.030.440.3255.3232.2253.14
HexAEA861032C20372035
Octal256250141035440674065
Binary10101110101010001100001011101100100000110111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA861; }

 p { color: rgb(174,168,97); }

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

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

 a { background-color: rgb(174,168,97); }

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

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

 span { border-color: rgb(174,168,97); }

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