Html Css Color HEX #A79F5A Husk

📋 copy color: '#A79F5A'

red 167 ◦ green 159 ◦ blue 90

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

Shades of Husk #A79F5A

Tints of Husk #A79F5A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.22%

 BLUE value IS 90 (35.55% from 255) = 21.63%

R = 40.14%
G = 38.22%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A79F5A (or 0xA79F5A) is known color: Husk. HEX triplet: A7, 9F and 5A. RGB value is (167,159,90). Sum of RGB (Red+Green+Blue) = 167+159+90=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A79F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79F5A is #5860A5. Grayscale: #999999. Windows color (decimal): -5791910 or 5939111. OLE color: 5939111.

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

Color convert

RGB 167 159 90 -
CMYK 0 0.05 0.46 0.35
HSL 53.77º 0.3% 0.5% -
HSV(B) 53.77º 0.46% 0.65% -
XYZ 30.18 33.75 14.6 -
YUV 153.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 167 159 90 0 0.05 0.46 0.35 53.77 0.3 0.5
Hex A7 9F 5A 0 5 2E 23 36 1E 32
Octal 247 237 132 0 5 56 43 66 36 62
Binary 10100111 10011111 1011010 0 101 101110 100011 110110 11110 110010

Color Harmonies of #A79F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79F5A

Black with #A79F5A

Text Example


Text Example

White with #A79F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79F5A; }

 p { color: rgb(167,159,90); }

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

background-color css

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

 a { background-color: rgb(167,159,90); }

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

border-color css

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

 span { border-color: rgb(167,159,90); }

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