#AAA562

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

Shades of Gimblet #AAA562

Tints of Gimblet #AAA562

Color information

#AAA562 (or 0xAAA562) is unknown color: approx Gimblet. HEX triplet: AA, A5 and 62. RGB value is (170,165,98). Sum of RGB (Red+Green+Blue) = 170+165+98=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA562 is #555A9D. Grayscale: #9F9F9F. Windows color (decimal): -5593758 or 6464938. OLE color: 6464938.

HSL color Cylindrical-coordinate representation of color #AAA562: hue angle of 55.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAA562 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17016598-
CMYK00.030.420.33
HSL55.83º29.75%52.55%-
HSV(B)55.83º42.35%66.67%-
XYZ32.2436.3416.87-
YUV158.8693.66135.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 165 (64.84% from 255) = 38.11%
BLUE value IS 98 (38.67% from 255) = 22.63%
R=39.26%
G=38.11%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701659800.030.420.3355.8329.7552.55
HexAAA562032A21381e35
Octal252245142035241703665
Binary1010101010100101110001001110101010000111100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA562; }

 p { color: rgb(170,165,98); }

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

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

 a { background-color: rgb(170,165,98); }

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

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

 span { border-color: rgb(170,165,98); }

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