#AEA965

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

Shades of Gimblet #AEA965

Tints of Gimblet #AEA965

Color information

#AEA965 (or 0xAEA965) is unknown color: approx Gimblet. HEX triplet: AE, A9 and 65. RGB value is (174,169,101). Sum of RGB (Red+Green+Blue) = 174+169+101=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA965 is #51569A. Grayscale: #A3A3A3. Windows color (decimal): -5330587 or 6662574. OLE color: 6662574.

HSL color Cylindrical-coordinate representation of color #AEA965: hue angle of 55.89º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEA965 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB174169101-
CMYK00.030.420.32
HSL55.89º31.06%53.92%-
HSV(B)55.89º41.95%68.24%-
XYZ33.9938.3117.92-
YUV162.7493.16136.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 169 (66.41% from 255) = 38.06%
BLUE value IS 101 (39.84% from 255) = 22.75%
R=39.19%
G=38.06%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416910100.030.420.3255.8931.0653.92
HexAEA965032A20381f36
Octal256251145035240703766
Binary1010111010101001110010101110101010000011100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA965; }

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

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

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

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

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

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

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

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