#AEA96C

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

Shades of Gimblet #AEA96C

Tints of Gimblet #AEA96C

Color information

#AEA96C (or 0xAEA96C) is unknown color: approx Gimblet. HEX triplet: AE, A9 and 6C. RGB value is (174,169,108). Sum of RGB (Red+Green+Blue) = 174+169+108=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA96C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA96C is #515693. Grayscale: #A3A3A3. Windows color (decimal): -5330580 or 7121326. OLE color: 7121326.

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

Color convert

RGB174169108-
CMYK00.030.380.32
HSL55.45º28.95%55.29%-
HSV(B)55.45º37.93%68.24%-
XYZ34.3538.4619.8-
YUV163.5496.66135.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 169 (66.41% from 255) = 37.47%
BLUE value IS 108 (42.58% from 255) = 23.95%
R=38.58%
G=37.47%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416910800.030.380.3255.4528.9555.29
HexAEA96C032620371d37
Octal256251154034640673567
Binary1010111010101001110110001110011010000011011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA96C; }

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

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

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

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

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

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

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

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