#AEA563

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

Shades of Gimblet #AEA563

Tints of Gimblet #AEA563

Color information

#AEA563 (or 0xAEA563) is unknown color: approx Gimblet. HEX triplet: AE, A5 and 63. RGB value is (174,165,99). Sum of RGB (Red+Green+Blue) = 174+165+99=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA563 is #515A9C. Grayscale: #A0A0A0. Windows color (decimal): -5331613 or 6530478. OLE color: 6530478.

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

Color convert

RGB17416599-
CMYK00.050.430.32
HSL52.8º31.65%53.53%-
HSV(B)52.8º43.1%68.24%-
XYZ33.1636.8117.16-
YUV160.1793.48137.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.73%
GREEN value IS 165 (64.84% from 255) = 37.67%
BLUE value IS 99 (39.06% from 255) = 22.60%
R=39.73%
G=37.67%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741659900.050.430.3252.831.6553.53
HexAEA563052B20352036
Octal256245143055340654066
Binary101011101010010111000110101101011100000110101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA563; }

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

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

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

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

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

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

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

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