#AEA964

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

Shades of Gimblet #AEA964

Tints of Gimblet #AEA964

Color information

#AEA964 (or 0xAEA964) is unknown color: approx Gimblet. HEX triplet: AE, A9 and 64. RGB value is (174,169,100). Sum of RGB (Red+Green+Blue) = 174+169+100=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA964 is #51569B. Grayscale: #A2A2A2. Windows color (decimal): -5330588 or 6597038. OLE color: 6597038.

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

Color convert

RGB174169100-
CMYK00.030.430.32
HSL55.95º31.36%53.73%-
HSV(B)55.95º42.53%68.24%-
XYZ33.9438.2917.66-
YUV162.6392.66136.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 100 (39.45% from 255) = 22.57%
R=39.28%
G=38.15%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416910000.030.430.3255.9531.3653.73
HexAEA964032B20381f36
Octal256251144035340703766
Binary1010111010101001110010001110101110000011100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA964; }

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

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

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

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

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

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

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

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