#AEA96A

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

Shades of Gimblet #AEA96A

Tints of Gimblet #AEA96A

Color information

#AEA96A (or 0xAEA96A) is unknown color: approx Gimblet. HEX triplet: AE, A9 and 6A. RGB value is (174,169,106). Sum of RGB (Red+Green+Blue) = 174+169+106=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA96A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA96A is #515695. Grayscale: #A3A3A3. Windows color (decimal): -5330582 or 6990254. OLE color: 6990254.

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

Color convert

RGB174169106-
CMYK00.030.390.32
HSL55.59º29.57%54.9%-
HSV(B)55.59º39.08%68.24%-
XYZ34.2538.4219.25-
YUV163.3195.66135.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 169 (66.41% from 255) = 37.64%
BLUE value IS 106 (41.80% from 255) = 23.61%
R=38.75%
G=37.64%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416910600.030.390.3255.5929.5754.9
HexAEA96A032720381e37
Octal256251152034740703667
Binary1010111010101001110101001110011110000011100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA96A; }

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

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

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

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

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

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

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

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