#A79F5F

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

Shades of Gimblet #A79F5F

Tints of Gimblet #A79F5F

Color information

#A79F5F (or 0xA79F5F) is unknown color: approx Gimblet. HEX triplet: A7, 9F and 5F. RGB value is (167,159,95). Sum of RGB (Red+Green+Blue) = 167+159+95=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A79F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79F5F is #5860A0. Grayscale: #9A9A9A. Windows color (decimal): -5791905 or 6266791. OLE color: 6266791.

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

Color convert

RGB16715995-
CMYK00.050.430.35
HSL53.33º29.03%51.37%-
HSV(B)53.33º43.11%65.49%-
XYZ30.433.8415.76-
YUV154.194.65137.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 159 (62.5% from 255) = 37.77%
BLUE value IS 95 (37.5% from 255) = 22.57%
R=39.67%
G=37.77%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671599500.050.430.3553.3329.0351.37
HexA79F5F052B23351d33
Octal247237137055343653563
Binary10100111100111111011111010110101110001111010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79F5F; }

 p { color: rgb(167,159,95); }

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

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

 a { background-color: rgb(167,159,95); }

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

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

 span { border-color: rgb(167,159,95); }

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