#A79B46

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

Shades of Husk #A79B46

Tints of Husk #A79B46

Color information

#A79B46 (or 0xA79B46) is unknown color: approx Husk. HEX triplet: A7, 9B and 46. RGB value is (167,155,70). Sum of RGB (Red+Green+Blue) = 167+155+70=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79B46 is #5864B9. Grayscale: #959595. Windows color (decimal): -5792954 or 4627367. OLE color: 4627367.

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

Color convert

RGB16715570-
CMYK00.070.580.35
HSL52.58º40.93%46.47%-
HSV(B)52.58º58.08%65.49%-
XYZ28.7632.110.47-
YUV148.983.48140.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.60%
GREEN value IS 155 (60.94% from 255) = 39.54%
BLUE value IS 70 (27.73% from 255) = 17.86%
R=42.60%
G=39.54%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671557000.070.580.3552.5840.9346.47
HexA79B46073A2335292e
Octal247233106077243655156
Binary101001111001101110001100111111010100011110101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79B46; }

 p { color: rgb(167,155,70); }

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

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

 a { background-color: rgb(167,155,70); }

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

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

 span { border-color: rgb(167,155,70); }

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