#AEA363

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

Shades of Gimblet #AEA363

Tints of Gimblet #AEA363

Color information

#AEA363 (or 0xAEA363) is unknown color: approx Gimblet. HEX triplet: AE, A3 and 63. RGB value is (174,163,99). Sum of RGB (Red+Green+Blue) = 174+163+99=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA363 is #515C9C. Grayscale: #9F9F9F. Windows color (decimal): -5332125 or 6529966. OLE color: 6529966.

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

Color convert

RGB17416399-
CMYK00.060.430.32
HSL51.2º31.65%53.53%-
HSV(B)51.2º43.1%68.24%-
XYZ32.836.0917.04-
YUV158.9994.14138.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 99 (39.06% from 255) = 22.71%
R=39.91%
G=37.39%
B=22.71%

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
Decimal1741639900.060.430.3251.231.6553.53
HexAEA363062B20332036
Octal256243143065340634066
Binary101011101010001111000110110101011100000110011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA363; }

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

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

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

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

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

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

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

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