#AEAA69

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

Shades of Gimblet #AEAA69

Tints of Gimblet #AEAA69

Color information

#AEAA69 (or 0xAEAA69) is unknown color: approx Gimblet. HEX triplet: AE, AA and 69. RGB value is (174,170,105). Sum of RGB (Red+Green+Blue) = 174+170+105=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA69 is #515596. Grayscale: #A4A4A4. Windows color (decimal): -5330327 or 6924974. OLE color: 6924974.

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

Color convert

RGB174170105-
CMYK00.020.400.32
HSL56.52º29.87%54.71%-
HSV(B)56.52º39.66%68.24%-
XYZ34.3838.7719.04-
YUV163.7994.83135.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 105 (41.41% from 255) = 23.39%
R=38.75%
G=37.86%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417010500.020.400.3256.5229.8754.71
HexAEAA69022820391e37
Octal256252151025040713667
Binary1010111010101010110100101010100010000011100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA69; }

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

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

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

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

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

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

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

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