#AEA76C

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

Shades of Gimblet #AEA76C

Tints of Gimblet #AEA76C

Color information

#AEA76C (or 0xAEA76C) is unknown color: approx Gimblet. HEX triplet: AE, A7 and 6C. RGB value is (174,167,108). Sum of RGB (Red+Green+Blue) = 174+167+108=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA76C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA76C is #515893. Grayscale: #A2A2A2. Windows color (decimal): -5331092 or 7120814. OLE color: 7120814.

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

Color convert

RGB174167108-
CMYK00.040.380.32
HSL53.64º28.95%55.29%-
HSV(B)53.64º37.93%68.24%-
XYZ33.9837.7219.68-
YUV162.3797.32136.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 167 (65.62% from 255) = 37.19%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=38.75%
G=37.19%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416710800.040.380.3253.6428.9555.29
HexAEA76C042620361d37
Octal256247154044640663567
Binary10101110101001111101100010010011010000011011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA76C; }

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

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

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

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

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

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

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

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