#AEA970

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

Shades of Gimblet #AEA970

Tints of Gimblet #AEA970

Color information

#AEA970 (or 0xAEA970) is unknown color: approx Gimblet. HEX triplet: AE, A9 and 70. RGB value is (174,169,112). Sum of RGB (Red+Green+Blue) = 174+169+112=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA970 is #51568F. Grayscale: #A4A4A4. Windows color (decimal): -5330576 or 7383470. OLE color: 7383470.

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

Color convert

RGB174169112-
CMYK00.030.360.32
HSL55.16º27.68%56.08%-
HSV(B)55.16º35.63%68.24%-
XYZ34.5738.5420.95-
YUV16498.66135.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 169 (66.41% from 255) = 37.14%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=38.24%
G=37.14%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416911200.030.360.3255.1627.6856.08
HexAEA970032420371c38
Octal256251160034440673470
Binary1010111010101001111000001110010010000011011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA970; }

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

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

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

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

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

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

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

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