#AEA261

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

Shades of Gimblet #AEA261

Tints of Gimblet #AEA261

Color information

#AEA261 (or 0xAEA261) is unknown color: approx Gimblet. HEX triplet: AE, A2 and 61. RGB value is (174,162,97). Sum of RGB (Red+Green+Blue) = 174+162+97=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA261 is #515D9E. Grayscale: #9E9E9E. Windows color (decimal): -5332383 or 6398638. OLE color: 6398638.

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

Color convert

RGB17416297-
CMYK00.070.440.32
HSL50.65º32.22%53.14%-
HSV(B)50.65º44.25%68.24%-
XYZ32.5335.716.49-
YUV158.1893.48139.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 162 (63.67% from 255) = 37.41%
BLUE value IS 97 (38.28% from 255) = 22.40%
R=40.18%
G=37.41%
B=22.40%

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
Decimal1741629700.070.440.3250.6532.2253.14
HexAEA261072C20332035
Octal256242141075440634065
Binary101011101010001011000010111101100100000110011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA261; }

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

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

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

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

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

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

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

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