#AEAA67

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

Shades of Gimblet #AEAA67

Tints of Gimblet #AEAA67

Color information

#AEAA67 (or 0xAEAA67) is unknown color: approx Gimblet. HEX triplet: AE, AA and 67. RGB value is (174,170,103). Sum of RGB (Red+Green+Blue) = 174+170+103=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA67 is #515598. Grayscale: #A3A3A3. Windows color (decimal): -5330329 or 6793902. OLE color: 6793902.

HSL color Cylindrical-coordinate representation of color #AEAA67: hue angle of 56.62º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEAA67 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB174170103-
CMYK00.020.410.32
HSL56.62º30.47%54.31%-
HSV(B)56.62º40.8%68.24%-
XYZ34.2838.7318.5-
YUV163.5693.83135.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 103 (40.62% from 255) = 23.04%
R=38.93%
G=38.03%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417010300.020.410.3256.6230.4754.31
HexAEAA67022920391e36
Octal256252147025140713666
Binary1010111010101010110011101010100110000011100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA67; }

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

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

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

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

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

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

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

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