#AEAA6A

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

Shades of Gimblet #AEAA6A

Tints of Gimblet #AEAA6A

Color information

#AEAA6A (or 0xAEAA6A) is unknown color: approx Gimblet. HEX triplet: AE, AA and 6A. RGB value is (174,170,106). Sum of RGB (Red+Green+Blue) = 174+170+106=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA6A is #515595. Grayscale: #A4A4A4. Windows color (decimal): -5330326 or 6990510. OLE color: 6990510.

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

Color convert

RGB174170106-
CMYK00.020.390.32
HSL56.47º29.57%54.9%-
HSV(B)56.47º39.08%68.24%-
XYZ34.4338.7919.31-
YUV163.995.33135.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 170 (66.80% from 255) = 37.78%
BLUE value IS 106 (41.80% from 255) = 23.56%
R=38.67%
G=37.78%
B=23.56%

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
Decimal17417010600.020.390.3256.4729.5754.9
HexAEAA6A022720381e37
Octal256252152024740703667
Binary1010111010101010110101001010011110000011100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA6A; }

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

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

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

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

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

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

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

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