#AEA764

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

Shades of Gimblet #AEA764

Tints of Gimblet #AEA764

Color information

#AEA764 (or 0xAEA764) is unknown color: approx Gimblet. HEX triplet: AE, A7 and 64. RGB value is (174,167,100). Sum of RGB (Red+Green+Blue) = 174+167+100=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA764 is #51589B. Grayscale: #A1A1A1. Windows color (decimal): -5331100 or 6596526. OLE color: 6596526.

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

Color convert

RGB174167100-
CMYK00.040.430.32
HSL54.32º31.36%53.73%-
HSV(B)54.32º42.53%68.24%-
XYZ33.5737.5617.54-
YUV161.4693.32136.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 167 (65.62% from 255) = 37.87%
BLUE value IS 100 (39.45% from 255) = 22.68%
R=39.46%
G=37.87%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416710000.040.430.3254.3231.3653.73
HexAEA764042B20361f36
Octal256247144045340663766
Binary10101110101001111100100010010101110000011011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA764; }

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

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

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

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

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

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

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

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