Html Css Color HEX #A79F5B Husk

📋 copy color: '#A79F5B'

red 167 ◦ green 159 ◦ blue 91

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

Shades of Husk #A79F5B

Tints of Husk #A79F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.82%

R = 40.05%
G = 38.13%
B = 21.82%

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

#A79F5B (or 0xA79F5B) is known color: Husk. HEX triplet: A7, 9F and 5B. RGB value is (167,159,91). Sum of RGB (Red+Green+Blue) = 167+159+91=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A79F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79F5B is #5860A4. Grayscale: #999999. Windows color (decimal): -5791909 or 6004647. OLE color: 6004647.

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

Color convert

RGB 167 159 91 -
CMYK 0 0.05 0.46 0.35
HSL 53.68º 0.3% 0.51% -
HSV(B) 53.68º 0.46% 0.65% -
XYZ 30.22 33.77 14.82 -
YUV 153.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 167 159 91 0 0.05 0.46 0.35 53.68 0.3 0.51
Hex A7 9F 5B 0 5 2E 23 36 1E 33
Octal 247 237 133 0 5 56 43 66 36 63
Binary 10100111 10011111 1011011 0 101 101110 100011 110110 11110 110011

Color Harmonies of #A79F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79F5B

Black with #A79F5B

Text Example


Text Example

White with #A79F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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