#AAA468

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

Shades of Gimblet #AAA468

Tints of Gimblet #AAA468

Color information

#AAA468 (or 0xAAA468) is unknown color: approx Gimblet. HEX triplet: AA, A4 and 68. RGB value is (170,164,104). Sum of RGB (Red+Green+Blue) = 170+164+104=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA468 is #555B97. Grayscale: #9F9F9F. Windows color (decimal): -5594008 or 6857898. OLE color: 6857898.

HSL color Cylindrical-coordinate representation of color #AAA468: hue angle of 54.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAA468 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB170164104-
CMYK00.040.390.33
HSL54.55º27.97%53.73%-
HSV(B)54.55º38.82%66.67%-
XYZ32.3536.118.36-
YUV158.9596.99135.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 164 (64.45% from 255) = 37.44%
BLUE value IS 104 (41.02% from 255) = 23.74%
R=38.81%
G=37.44%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016410400.040.390.3354.5527.9753.73
HexAAA468042721371c36
Octal252244150044741673466
Binary10101010101001001101000010010011110000111011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA468; }

 p { color: rgb(170,164,104); }

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

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

 a { background-color: rgb(170,164,104); }

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

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

 span { border-color: rgb(170,164,104); }

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