#A7A060

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

Shades of Gimblet #A7A060

Tints of Gimblet #A7A060

Color information

#A7A060 (or 0xA7A060) is unknown color: approx Gimblet. HEX triplet: A7, A0 and 60. RGB value is (167,160,96). Sum of RGB (Red+Green+Blue) = 167+160+96=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A060 is #585F9F. Grayscale: #9B9B9B. Windows color (decimal): -5791648 or 6332583. OLE color: 6332583.

HSL color Cylindrical-coordinate representation of color #A7A060: hue angle of 54.08º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7A060 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16716096-
CMYK00.040.430.35
HSL54.08º28.74%51.57%-
HSV(B)54.08º42.51%65.49%-
XYZ30.6234.216.05-
YUV154.894.82136.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.48%
GREEN value IS 160 (62.89% from 255) = 37.83%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=39.48%
G=37.83%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671609600.040.430.3554.0828.7451.57
HexA7A060042B23361d34
Octal247240140045343663564
Binary10100111101000001100000010010101110001111011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A060; }

 p { color: rgb(167,160,96); }

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

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

 a { background-color: rgb(167,160,96); }

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

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

 span { border-color: rgb(167,160,96); }

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