#AEA161

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

Shades of Gimblet #AEA161

Tints of Gimblet #AEA161

Color information

#AEA161 (or 0xAEA161) is unknown color: approx Gimblet. HEX triplet: AE, A1 and 61. RGB value is (174,161,97). Sum of RGB (Red+Green+Blue) = 174+161+97=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA161 is #515E9E. Grayscale: #9D9D9D. Windows color (decimal): -5332639 or 6398382. OLE color: 6398382.

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

Color convert

RGB17416197-
CMYK00.070.440.32
HSL49.87º32.22%53.14%-
HSV(B)49.87º44.25%68.24%-
XYZ32.3635.3516.43-
YUV157.5993.81139.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 161 (63.28% from 255) = 37.27%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=40.28%
G=37.27%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741619700.070.440.3249.8732.2253.14
HexAEA161072C20322035
Octal256241141075440624065
Binary101011101010000111000010111101100100000110010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA161; }

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

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

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

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

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

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

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

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