Html Css Color HEX #A79855 Husk

📋 copy color: '#A79855'

red 167 ◦ green 152 ◦ blue 85

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

Shades of Husk #A79855

Tints of Husk #A79855

RGB

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

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

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

R = 41.34%
G = 37.62%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A79855 (or 0xA79855) is known color: Husk. HEX triplet: A7, 98 and 55. RGB value is (167,152,85). Sum of RGB (Red+Green+Blue) = 167+152+85=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A79855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79855 is #5867AA. Grayscale: #959595. Windows color (decimal): -5793707 or 5609639. OLE color: 5609639.

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

Color convert

RGB 167 152 85 -
CMYK 0 0.09 0.49 0.35
HSL 49.02º 0.33% 0.49% -
HSV(B) 49.02º 0.49% 0.65% -
XYZ 28.8 31.33 13.12 -
YUV 148.85 91.97 140.95 -
System Red Green Blue C M Y K H S L
Decimal 167 152 85 0 0.09 0.49 0.35 49.02 0.33 0.49
Hex A7 98 55 0 9 31 23 31 21 31
Octal 247 230 125 0 11 61 43 61 41 61
Binary 10100111 10011000 1010101 0 1001 110001 100011 110001 100001 110001

Color Harmonies of #A79855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79855

Black with #A79855

Text Example


Text Example

White with #A79855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79855; }

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

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

background-color css

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

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

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

border-color css

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

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

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