#AAA162

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

Shades of Gimblet #AAA162

Tints of Gimblet #AAA162

Color information

#AAA162 (or 0xAAA162) is unknown color: approx Gimblet. HEX triplet: AA, A1 and 62. RGB value is (170,161,98). Sum of RGB (Red+Green+Blue) = 170+161+98=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA162 is #555E9D. Grayscale: #9C9C9C. Windows color (decimal): -5594782 or 6463914. OLE color: 6463914.

HSL color Cylindrical-coordinate representation of color #AAA162: hue angle of 52.5º 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 #AAA162 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17016198-
CMYK00.050.420.33
HSL52.5º29.75%52.55%-
HSV(B)52.5º42.35%66.67%-
XYZ31.5334.9216.63-
YUV156.5194.98137.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 161 (63.28% from 255) = 37.53%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=39.63%
G=37.53%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701619800.050.420.3352.529.7552.55
HexAAA162052A21341e35
Octal252241142055241643665
Binary10101010101000011100010010110101010000111010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA162; }

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

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

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

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

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

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

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

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