#AEA46D

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

Shades of Gimblet #AEA46D

Tints of Gimblet #AEA46D

Color information

#AEA46D (or 0xAEA46D) is unknown color: approx Gimblet. HEX triplet: AE, A4 and 6D. RGB value is (174,164,109). Sum of RGB (Red+Green+Blue) = 174+164+109=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA46D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA46D is #515B92. Grayscale: #A0A0A0. Windows color (decimal): -5331859 or 7185582. OLE color: 7185582.

HSL color Cylindrical-coordinate representation of color #AEA46D: hue angle of 50.77º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEA46D is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB174164109-
CMYK00.060.370.32
HSL50.77º28.63%55.49%-
HSV(B)50.77º37.36%68.24%-
XYZ33.4936.6519.78-
YUV160.7298.81137.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 164 (64.45% from 255) = 36.69%
BLUE value IS 109 (42.97% from 255) = 24.38%
R=38.93%
G=36.69%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416410900.060.370.3250.7728.6355.49
HexAEA46D062520331d37
Octal256244155064540633567
Binary10101110101001001101101011010010110000011001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA46D; }

 p { color: rgb(174,164,109); }

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

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

 a { background-color: rgb(174,164,109); }

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

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

 span { border-color: rgb(174,164,109); }

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