#AEA165

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

Shades of Gimblet #AEA165

Tints of Gimblet #AEA165

Color information

#AEA165 (or 0xAEA165) is unknown color: approx Gimblet. HEX triplet: AE, A1 and 65. RGB value is (174,161,101). Sum of RGB (Red+Green+Blue) = 174+161+101=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA165 is #515E9A. Grayscale: #9E9E9E. Windows color (decimal): -5332635 or 6660526. OLE color: 6660526.

HSL color Cylindrical-coordinate representation of color #AEA165: hue angle of 49.32º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEA165 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB174161101-
CMYK00.070.420.32
HSL49.32º31.06%53.92%-
HSV(B)49.32º41.95%68.24%-
XYZ32.5535.4317.43-
YUV158.0595.81139.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 101 (39.84% from 255) = 23.17%
R=39.91%
G=36.93%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416110100.070.420.3249.3231.0653.92
HexAEA165072A20311f36
Octal256241145075240613766
Binary10101110101000011100101011110101010000011000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA165; }

 p { color: rgb(174,161,101); }

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

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

 a { background-color: rgb(174,161,101); }

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

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

 span { border-color: rgb(174,161,101); }

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