#A79D5F

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

Shades of Gimblet #A79D5F

Tints of Gimblet #A79D5F

Color information

#A79D5F (or 0xA79D5F) is unknown color: approx Gimblet. HEX triplet: A7, 9D and 5F. RGB value is (167,157,95). Sum of RGB (Red+Green+Blue) = 167+157+95=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79D5F is #5862A0. Grayscale: #999999. Windows color (decimal): -5792417 or 6266279. OLE color: 6266279.

HSL color Cylindrical-coordinate representation of color #A79D5F: hue angle of 51.67º 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 #A79D5F is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16715795-
CMYK00.060.430.35
HSL51.67º29.03%51.37%-
HSV(B)51.67º43.11%65.49%-
XYZ30.0633.1615.64-
YUV152.9295.31138.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.86%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=39.86%
G=37.47%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671579500.060.430.3551.6729.0351.37
HexA79D5F062B23341d33
Octal247235137065343643563
Binary10100111100111011011111011010101110001111010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79D5F; }

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

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

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

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

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

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

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

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