#AEA463

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

Shades of Gimblet #AEA463

Tints of Gimblet #AEA463

Color information

#AEA463 (or 0xAEA463) is unknown color: approx Gimblet. HEX triplet: AE, A4 and 63. RGB value is (174,164,99). Sum of RGB (Red+Green+Blue) = 174+164+99=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA463 is #515B9C. Grayscale: #9F9F9F. Windows color (decimal): -5331869 or 6530222. OLE color: 6530222.

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

Color convert

RGB17416499-
CMYK00.060.430.32
HSL52º31.65%53.53%-
HSV(B)52º43.1%68.24%-
XYZ32.9836.4517.1-
YUV159.5893.81138.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 99 (39.06% from 255) = 22.65%
R=39.82%
G=37.53%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741649900.060.430.325231.6553.53
HexAEA463062B20342036
Octal256244143065340644066
Binary101011101010010011000110110101011100000110100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA463; }

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

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

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

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

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

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

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

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