#A7A05A

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

Shades of Gimblet #A7A05A

Tints of Gimblet #A7A05A

Color information

#A7A05A (or 0xA7A05A) is unknown color: approx Gimblet. HEX triplet: A7, A0 and 5A. RGB value is (167,160,90). Sum of RGB (Red+Green+Blue) = 167+160+90=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A05A is #585FA5. Grayscale: #9A9A9A. Windows color (decimal): -5791654 or 5939367. OLE color: 5939367.

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

Color convert

RGB16716090-
CMYK00.040.460.35
HSL54.55º30.43%50.39%-
HSV(B)54.55º46.11%65.49%-
XYZ30.3534.114.65-
YUV154.1191.82137.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 90 (35.55% from 255) = 21.58%
R=40.05%
G=38.37%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671609000.040.460.3554.5530.4350.39
HexA7A05A042E23371e32
Octal247240132045643673662
Binary10100111101000001011010010010111010001111011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A05A; }

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

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

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

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

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

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

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

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