#AAA161

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

Shades of Gimblet #AAA161

Tints of Gimblet #AAA161

Color information

#AAA161 (or 0xAAA161) is unknown color: approx Gimblet. HEX triplet: AA, A1 and 61. RGB value is (170,161,97). Sum of RGB (Red+Green+Blue) = 170+161+97=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA161 is #555E9E. Grayscale: #9C9C9C. Windows color (decimal): -5594783 or 6398378. OLE color: 6398378.

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

Color convert

RGB17016197-
CMYK00.050.430.33
HSL52.6º30.04%52.35%-
HSV(B)52.6º42.94%66.67%-
XYZ31.4834.916.39-
YUV156.3994.48137.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 161 (63.28% from 255) = 37.62%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=39.72%
G=37.62%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701619700.050.430.3352.630.0452.35
HexAAA161052B21351e34
Octal252241141055341653664
Binary10101010101000011100001010110101110000111010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA161; }

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

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

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

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

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

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

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

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