Html Css Color HEX #A79946 Husk

📋 copy color: '#A79946'

red 167 ◦ green 153 ◦ blue 70

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

Shades of Husk #A79946

Tints of Husk #A79946

RGB

 RED value IS 167 (65.63% from 255) = 42.82%

 GREEN value IS 153 (60.16% from 255) = 39.23%

 BLUE value IS 70 (27.73% from 255) = 17.95%

R = 42.82%
G = 39.23%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A79946 (or 0xA79946) is known color: Husk. HEX triplet: A7, 99 and 46. RGB value is (167,153,70). Sum of RGB (Red+Green+Blue) = 167+153+70=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A79946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79946 is #5866B9. Grayscale: #949494. Windows color (decimal): -5793466 or 4626855. OLE color: 4626855.

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

Color convert

RGB 167 153 70 -
CMYK 0 0.08 0.58 0.35
HSL 51.34º 0.41% 0.46% -
HSV(B) 51.34º 0.58% 0.65% -
XYZ 28.43 31.44 10.36 -
YUV 147.72 84.14 141.75 -
System Red Green Blue C M Y K H S L
Decimal 167 153 70 0 0.08 0.58 0.35 51.34 0.41 0.46
Hex A7 99 46 0 8 3A 23 33 29 2E
Octal 247 231 106 0 10 72 43 63 51 56
Binary 10100111 10011001 1000110 0 1000 111010 100011 110011 101001 101110

Color Harmonies of #A79946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79946

Black with #A79946

Text Example


Text Example

White with #A79946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79946; }

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

 H1.HeaderClassName
 {
   color: #A79946;
 }
 .AnyTagClassName
 {
   color: #A79946;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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