Html Css Color HEX #A79B5E Husk

📋 copy color: '#A79B5E'

red 167 ◦ green 155 ◦ blue 94

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

Shades of Husk #A79B5E

Tints of Husk #A79B5E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.26%

 BLUE value IS 94 (37.11% from 255) = 22.6%

R = 40.14%
G = 37.26%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A79B5E (or 0xA79B5E) is known color: Husk. HEX triplet: A7, 9B and 5E. RGB value is (167,155,94). Sum of RGB (Red+Green+Blue) = 167+155+94=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79B5E is #5864A1. Grayscale: #979797. Windows color (decimal): -5792930 or 6200231. OLE color: 6200231.

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

Color convert

RGB 167 155 94 -
CMYK 0 0.07 0.44 0.35
HSL 50.14º 0.29% 0.51% -
HSV(B) 50.14º 0.44% 0.65% -
XYZ 29.68 32.47 15.29 -
YUV 151.63 95.48 138.96 -
System Red Green Blue C M Y K H S L
Decimal 167 155 94 0 0.07 0.44 0.35 50.14 0.29 0.51
Hex A7 9B 5E 0 7 2C 23 32 1D 33
Octal 247 233 136 0 7 54 43 62 35 63
Binary 10100111 10011011 1011110 0 111 101100 100011 110010 11101 110011

Color Harmonies of #A79B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79B5E

Black with #A79B5E

Text Example


Text Example

White with #A79B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79B5E; }

 p { color: rgb(167,155,94); }

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

background-color css

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

 a { background-color: rgb(167,155,94); }

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

border-color css

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

 span { border-color: rgb(167,155,94); }

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