#AAA163

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

Shades of Gimblet #AAA163

Tints of Gimblet #AAA163

Color information

#AAA163 (or 0xAAA163) is unknown color: approx Gimblet. HEX triplet: AA, A1 and 63. RGB value is (170,161,99). Sum of RGB (Red+Green+Blue) = 170+161+99=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA163 is #555E9C. Grayscale: #9C9C9C. Windows color (decimal): -5594781 or 6529450. OLE color: 6529450.

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

Color convert

RGB17016199-
CMYK00.050.420.33
HSL52.39º29.46%52.75%-
HSV(B)52.39º41.76%66.67%-
XYZ31.5734.9416.88-
YUV156.6295.48137.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 99 (39.06% from 255) = 23.02%
R=39.53%
G=37.44%
B=23.02%

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
Decimal1701619900.050.420.3352.3929.4652.75
HexAAA163052A21341d35
Octal252241143055241643565
Binary10101010101000011100011010110101010000111010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA163; }

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

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

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

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

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

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

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

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