Html Css Color HEX #A79355 Husk

📋 copy color: '#A79355'

red 167 ◦ green 147 ◦ blue 85

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

Shades of Husk #A79355

Tints of Husk #A79355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

 BLUE value IS 85 (33.59% from 255) = 21.3%

R = 41.85%
G = 36.84%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A79355 (or 0xA79355) is known color: Husk. HEX triplet: A7, 93 and 55. RGB value is (167,147,85). Sum of RGB (Red+Green+Blue) = 167+147+85=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A79355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79355 is #586CAA. Grayscale: #929292. Windows color (decimal): -5794987 or 5608359. OLE color: 5608359.

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

Color convert

RGB 167 147 85 -
CMYK 0 0.12 0.49 0.35
HSL 45.37º 0.33% 0.49% -
HSV(B) 45.37º 0.49% 0.65% -
XYZ 28.01 29.74 12.86 -
YUV 145.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 167 147 85 0 0.12 0.49 0.35 45.37 0.33 0.49
Hex A7 93 55 0 C 31 23 2D 21 31
Octal 247 223 125 0 14 61 43 55 41 61
Binary 10100111 10010011 1010101 0 1100 110001 100011 101101 100001 110001

Color Harmonies of #A79355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79355

Black with #A79355

Text Example


Text Example

White with #A79355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79355; }

 p { color: rgb(167,147,85); }

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

background-color css

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

 a { background-color: rgb(167,147,85); }

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

border-color css

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

 span { border-color: rgb(167,147,85); }

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