#AEA862

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

Shades of Gimblet #AEA862

Tints of Gimblet #AEA862

Color information

#AEA862 (or 0xAEA862) is unknown color: approx Gimblet. HEX triplet: AE, A8 and 62. RGB value is (174,168,98). Sum of RGB (Red+Green+Blue) = 174+168+98=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA862 is #51579D. Grayscale: #A2A2A2. Windows color (decimal): -5330846 or 6465710. OLE color: 6465710.

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

Color convert

RGB17416898-
CMYK00.030.440.32
HSL55.26º31.93%53.33%-
HSV(B)55.26º43.68%68.24%-
XYZ33.6637.8917.09-
YUV161.8191.99136.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 168 (66.02% from 255) = 38.18%
BLUE value IS 98 (38.67% from 255) = 22.27%
R=39.55%
G=38.18%
B=22.27%

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
Decimal1741689800.030.440.3255.2631.9353.33
HexAEA862032C20372035
Octal256250142035440674065
Binary10101110101010001100010011101100100000110111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA862; }

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

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

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

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

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

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

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

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