#AEA263

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

Shades of Gimblet #AEA263

Tints of Gimblet #AEA263

Color information

#AEA263 (or 0xAEA263) is unknown color: approx Gimblet. HEX triplet: AE, A2 and 63. RGB value is (174,162,99). Sum of RGB (Red+Green+Blue) = 174+162+99=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA263 is #515D9C. Grayscale: #9E9E9E. Windows color (decimal): -5332381 or 6529710. OLE color: 6529710.

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

Color convert

RGB17416299-
CMYK00.070.430.32
HSL50.4º31.65%53.53%-
HSV(B)50.4º43.1%68.24%-
XYZ32.6335.7416.98-
YUV158.4194.48139.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 162 (63.67% from 255) = 37.24%
BLUE value IS 99 (39.06% from 255) = 22.76%
R=40%
G=37.24%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741629900.070.430.3250.431.6553.53
HexAEA263072B20322036
Octal256242143075340624066
Binary101011101010001011000110111101011100000110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA263; }

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

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

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

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

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

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

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

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