#AEA86C

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

Shades of Gimblet #AEA86C

Tints of Gimblet #AEA86C

Color information

#AEA86C (or 0xAEA86C) is unknown color: approx Gimblet. HEX triplet: AE, A8 and 6C. RGB value is (174,168,108). Sum of RGB (Red+Green+Blue) = 174+168+108=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA86C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA86C is #515793. Grayscale: #A3A3A3. Windows color (decimal): -5330836 or 7121070. OLE color: 7121070.

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

Color convert

RGB174168108-
CMYK00.030.380.32
HSL54.55º28.95%55.29%-
HSV(B)54.55º37.93%68.24%-
XYZ34.1638.0919.74-
YUV162.9596.99135.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 168 (66.02% from 255) = 37.33%
BLUE value IS 108 (42.58% from 255) = 24%
R=38.67%
G=37.33%
B=24%

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
Decimal17416810800.030.380.3254.5528.9555.29
HexAEA86C032620371d37
Octal256250154034640673567
Binary1010111010101000110110001110011010000011011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA86C; }

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

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

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

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

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

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

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

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