#A7A062

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

Shades of Gimblet #A7A062

Tints of Gimblet #A7A062

Color information

#A7A062 (or 0xA7A062) is unknown color: approx Gimblet. HEX triplet: A7, A0 and 62. RGB value is (167,160,98). Sum of RGB (Red+Green+Blue) = 167+160+98=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A062 is #585F9D. Grayscale: #9B9B9B. Windows color (decimal): -5791646 or 6463655. OLE color: 6463655.

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

Color convert

RGB16716098-
CMYK00.040.410.35
HSL53.91º28.16%51.96%-
HSV(B)53.91º41.32%65.49%-
XYZ30.7134.2416.55-
YUV155.0295.82136.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 160 (62.89% from 255) = 37.65%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=39.29%
G=37.65%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671609800.040.410.3553.9128.1651.96
HexA7A062042923361c34
Octal247240142045143663464
Binary10100111101000001100010010010100110001111011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A062; }

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

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

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

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

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

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

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

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