#AAA167

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

Shades of Gimblet #AAA167

Tints of Gimblet #AAA167

Color information

#AAA167 (or 0xAAA167) is unknown color: approx Gimblet. HEX triplet: AA, A1 and 67. RGB value is (170,161,103). Sum of RGB (Red+Green+Blue) = 170+161+103=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA167 is #555E98. Grayscale: #9D9D9D. Windows color (decimal): -5594777 or 6791594. OLE color: 6791594.

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

Color convert

RGB170161103-
CMYK00.050.390.33
HSL51.94º28.27%53.53%-
HSV(B)51.94º39.41%66.67%-
XYZ31.7735.0217.92-
YUV157.0897.48137.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 161 (63.28% from 255) = 37.10%
BLUE value IS 103 (40.62% from 255) = 23.73%
R=39.17%
G=37.10%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016110300.050.390.3351.9428.2753.53
HexAAA167052721341c36
Octal252241147054741643466
Binary10101010101000011100111010110011110000111010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA167; }

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

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

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

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

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

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

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

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