#A7A165

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

Shades of Gimblet #A7A165

Tints of Gimblet #A7A165

Color information

#A7A165 (or 0xA7A165) is unknown color: approx Gimblet. HEX triplet: A7, A1 and 65. RGB value is (167,161,101). Sum of RGB (Red+Green+Blue) = 167+161+101=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A165 is #585E9A. Grayscale: #9C9C9C. Windows color (decimal): -5791387 or 6660519. OLE color: 6660519.

HSL color Cylindrical-coordinate representation of color #A7A165: hue angle of 54.55º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7A165 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB167161101-
CMYK00.040.400.35
HSL54.55º27.27%52.55%-
HSV(B)54.55º39.52%65.49%-
XYZ31.0334.6417.36-
YUV155.9596.99135.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 161 (63.28% from 255) = 37.53%
BLUE value IS 101 (39.84% from 255) = 23.54%
R=38.93%
G=37.53%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716110100.040.400.3554.5527.2752.55
HexA7A165042823371b35
Octal247241145045043673365
Binary10100111101000011100101010010100010001111011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A165; }

 p { color: rgb(167,161,101); }

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

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

 a { background-color: rgb(167,161,101); }

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

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

 span { border-color: rgb(167,161,101); }

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