#AEA466

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

Shades of Gimblet #AEA466

Tints of Gimblet #AEA466

Color information

#AEA466 (or 0xAEA466) is unknown color: approx Gimblet. HEX triplet: AE, A4 and 66. RGB value is (174,164,102). Sum of RGB (Red+Green+Blue) = 174+164+102=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA466 is #515B99. Grayscale: #A0A0A0. Windows color (decimal): -5331866 or 6726830. OLE color: 6726830.

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

Color convert

RGB174164102-
CMYK00.060.410.32
HSL51.67º30.77%54.12%-
HSV(B)51.67º41.38%68.24%-
XYZ33.1336.5117.87-
YUV159.9295.31138.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 102 (40.23% from 255) = 23.18%
R=39.55%
G=37.27%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416410200.060.410.3251.6730.7754.12
HexAEA466062920341f36
Octal256244146065140643766
Binary10101110101001001100110011010100110000011010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA466; }

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

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

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

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

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

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

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

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