#AEAB6A

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

Shades of Gimblet #AEAB6A

Tints of Gimblet #AEAB6A

Color information

#AEAB6A (or 0xAEAB6A) is unknown color: approx Gimblet. HEX triplet: AE, AB and 6A. RGB value is (174,171,106). Sum of RGB (Red+Green+Blue) = 174+171+106=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB6A is #515495. Grayscale: #A4A4A4. Windows color (decimal): -5330070 or 6990766. OLE color: 6990766.

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

Color convert

RGB174171106-
CMYK00.020.390.32
HSL57.35º29.57%54.9%-
HSV(B)57.35º39.08%68.24%-
XYZ34.6239.1719.37-
YUV164.4994.99134.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 171 (67.19% from 255) = 37.92%
BLUE value IS 106 (41.80% from 255) = 23.50%
R=38.58%
G=37.92%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417110600.020.390.3257.3529.5754.9
HexAEAB6A022720391e37
Octal256253152024740713667
Binary1010111010101011110101001010011110000011100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB6A; }

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

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

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

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

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

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

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

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