Html Css Color HEX #A79F5F Gimblet

📋 copy color: '#A79F5F'

red 167 ◦ green 159 ◦ blue 95

#A79F5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gimblet #A79F5F

Tints of Gimblet #A79F5F

RGB

 RED value IS 167 (65.63% 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 value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A79F5F (or 0xA79F5F) is known color: 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

RGB 167 159 95 -
CMYK 0 0.05 0.43 0.35
HSL 53.33º 0.29% 0.51% -
HSV(B) 53.33º 0.43% 0.65% -
XYZ 30.4 33.84 15.76 -
YUV 154.1 94.65 137.2 -
System Red Green Blue C M Y K H S L
Decimal 167 159 95 0 0.05 0.43 0.35 53.33 0.29 0.51
Hex A7 9F 5F 0 5 2B 23 35 1D 33
Octal 247 237 137 0 5 53 43 65 35 63
Binary 10100111 10011111 1011111 0 101 101011 100011 110101 11101 110011

Color Harmonies of #A79F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79F5F

Black with #A79F5F

Text Example


Text Example

White with #A79F5F

Text Example


Text Example

HTML Codes & Css Web 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>