#AEA65D

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

Shades of Gimblet #AEA65D

Tints of Gimblet #AEA65D

Color information

#AEA65D (or 0xAEA65D) is unknown color: approx Gimblet. HEX triplet: AE, A6 and 5D. RGB value is (174,166,93). Sum of RGB (Red+Green+Blue) = 174+166+93=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA65D is #5159A2. Grayscale: #A0A0A0. Windows color (decimal): -5331363 or 6137518. OLE color: 6137518.

HSL color Cylindrical-coordinate representation of color #AEA65D: hue angle of 54.07º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AEA65D is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17416693-
CMYK00.050.470.32
HSL54.07º33.33%52.35%-
HSV(B)54.07º46.55%68.24%-
XYZ33.0737.0615.77-
YUV160.0790.15137.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 166 (65.23% from 255) = 38.34%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=40.18%
G=38.34%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741669300.050.470.3254.0733.3352.35
HexAEA65D052F20362134
Octal256246135055740664164
Binary101011101010011010111010101101111100000110110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA65D; }

 p { color: rgb(174,166,93); }

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

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

 a { background-color: rgb(174,166,93); }

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

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

 span { border-color: rgb(174,166,93); }

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