Html Css Color HEX #A79756 Husk

📋 copy color: '#A79756'

red 167 ◦ green 151 ◦ blue 86

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

Shades of Husk #A79756

Tints of Husk #A79756

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.38%

 BLUE value IS 86 (33.98% from 255) = 21.29%

R = 41.34%
G = 37.38%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A79756 (or 0xA79756) is known color: Husk. HEX triplet: A7, 97 and 56. RGB value is (167,151,86). Sum of RGB (Red+Green+Blue) = 167+151+86=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A79756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79756 is #5868A9. Grayscale: #949494. Windows color (decimal): -5793962 or 5674919. OLE color: 5674919.

HSL color Cylindrical-coordinate representation of color #A79756: hue angle of 48.15º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A79756 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 151 86 -
CMYK 0 0.10 0.49 0.35
HSL 48.15º 0.32% 0.5% -
HSV(B) 48.15º 0.49% 0.65% -
XYZ 28.68 31.02 13.28 -
YUV 148.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 167 151 86 0 0.10 0.49 0.35 48.15 0.32 0.5
Hex A7 97 56 0 A 31 23 30 20 32
Octal 247 227 126 0 12 61 43 60 40 62
Binary 10100111 10010111 1010110 0 1010 110001 100011 110000 100000 110010

Color Harmonies of #A79756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79756

Black with #A79756

Text Example


Text Example

White with #A79756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79756; }

 p { color: rgb(167,151,86); }

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

background-color css

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

 a { background-color: rgb(167,151,86); }

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

border-color css

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

 span { border-color: rgb(167,151,86); }

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