#AEAB6C

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

Shades of Gimblet #AEAB6C

Tints of Gimblet #AEAB6C

Color information

#AEAB6C (or 0xAEAB6C) is unknown color: approx Gimblet. HEX triplet: AE, AB and 6C. RGB value is (174,171,108). Sum of RGB (Red+Green+Blue) = 174+171+108=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB6C is #515493. Grayscale: #A4A4A4. Windows color (decimal): -5330068 or 7121838. OLE color: 7121838.

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

Color convert

RGB174171108-
CMYK00.020.380.32
HSL57.27º28.95%55.29%-
HSV(B)57.27º37.93%68.24%-
XYZ34.7339.2119.92-
YUV164.7295.99134.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=38.41%
G=37.75%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417110800.020.380.3257.2728.9555.29
HexAEAB6C022620391d37
Octal256253154024640713567
Binary1010111010101011110110001010011010000011100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB6C; }

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

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

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

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

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

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

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

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