Html Css Color HEX #A79847 Husk

📋 copy color: '#A79847'

red 167 ◦ green 152 ◦ blue 71

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

Shades of Husk #A79847

Tints of Husk #A79847

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.97%

 BLUE value IS 71 (28.13% from 255) = 18.21%

R = 42.82%
G = 38.97%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A79847 (or 0xA79847) is known color: Husk. HEX triplet: A7, 98 and 47. RGB value is (167,152,71). Sum of RGB (Red+Green+Blue) = 167+152+71=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A79847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79847 is #5867B8. Grayscale: #939393. Windows color (decimal): -5793721 or 4692135. OLE color: 4692135.

HSL color Cylindrical-coordinate representation of color #A79847: hue angle of 50.62º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A79847 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 152 71 -
CMYK 0 0.09 0.57 0.35
HSL 50.63º 0.4% 0.47% -
HSV(B) 50.63º 0.57% 0.65% -
XYZ 28.3 31.13 10.48 -
YUV 147.25 84.97 142.09 -
System Red Green Blue C M Y K H S L
Decimal 167 152 71 0 0.09 0.57 0.35 50.63 0.4 0.47
Hex A7 98 47 0 9 39 23 33 28 2F
Octal 247 230 107 0 11 71 43 63 50 57
Binary 10100111 10011000 1000111 0 1001 111001 100011 110011 101000 101111

Color Harmonies of #A79847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79847

Black with #A79847

Text Example


Text Example

White with #A79847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79847; }

 p { color: rgb(167,152,71); }

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

background-color css

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

 a { background-color: rgb(167,152,71); }

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

border-color css

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

 span { border-color: rgb(167,152,71); }

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