#AEAA70

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

Shades of Gimblet #AEAA70

Tints of Gimblet #AEAA70

Color information

#AEAA70 (or 0xAEAA70) is unknown color: approx Gimblet. HEX triplet: AE, AA and 70. RGB value is (174,170,112). Sum of RGB (Red+Green+Blue) = 174+170+112=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA70 is #51558F. Grayscale: #A4A4A4. Windows color (decimal): -5330320 or 7383726. OLE color: 7383726.

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

Color convert

RGB174170112-
CMYK00.020.360.32
HSL56.13º27.68%56.08%-
HSV(B)56.13º35.63%68.24%-
XYZ34.7538.9221.01-
YUV164.5898.33134.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 170 (66.80% from 255) = 37.28%
BLUE value IS 112 (44.14% from 255) = 24.56%
R=38.16%
G=37.28%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417011200.020.360.3256.1327.6856.08
HexAEAA70022420381c38
Octal256252160024440703470
Binary1010111010101010111000001010010010000011100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA70; }

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

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

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

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

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

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

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

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