#AEA564

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

Shades of Gimblet #AEA564

Tints of Gimblet #AEA564

Color information

#AEA564 (or 0xAEA564) is unknown color: approx Gimblet. HEX triplet: AE, A5 and 64. RGB value is (174,165,100). Sum of RGB (Red+Green+Blue) = 174+165+100=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA564 is #515A9B. Grayscale: #A0A0A0. Windows color (decimal): -5331612 or 6596014. OLE color: 6596014.

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

Color convert

RGB174165100-
CMYK00.050.430.32
HSL52.7º31.36%53.73%-
HSV(B)52.7º42.53%68.24%-
XYZ33.2136.8317.41-
YUV160.2893.98137.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 165 (64.84% from 255) = 37.59%
BLUE value IS 100 (39.45% from 255) = 22.78%
R=39.64%
G=37.59%
B=22.78%

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
Decimal17416510000.050.430.3252.731.3653.73
HexAEA564052B20351f36
Octal256245144055340653766
Binary10101110101001011100100010110101110000011010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA564; }

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

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

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

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

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

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

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

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