Html Css Color HEX #A79D5C Husk

📋 copy color: '#A79D5C'

red 167 ◦ green 157 ◦ blue 92

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

Shades of Husk #A79D5C

Tints of Husk #A79D5C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.74%

 BLUE value IS 92 (36.33% from 255) = 22.12%

R = 40.14%
G = 37.74%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A79D5C (or 0xA79D5C) is known color: Husk. HEX triplet: A7, 9D and 5C. RGB value is (167,157,92). Sum of RGB (Red+Green+Blue) = 167+157+92=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79D5C is #5862A3. Grayscale: #989898. Windows color (decimal): -5792420 or 6069671. OLE color: 6069671.

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

Color convert

RGB 167 157 92 -
CMYK 0 0.06 0.45 0.35
HSL 52º 0.3% 0.51% -
HSV(B) 52º 0.45% 0.65% -
XYZ 29.93 33.1 14.94 -
YUV 152.58 93.81 138.29 -
System Red Green Blue C M Y K H S L
Decimal 167 157 92 0 0.06 0.45 0.35 52 0.3 0.51
Hex A7 9D 5C 0 6 2D 23 34 1E 33
Octal 247 235 134 0 6 55 43 64 36 63
Binary 10100111 10011101 1011100 0 110 101101 100011 110100 11110 110011

Color Harmonies of #A79D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79D5C

Black with #A79D5C

Text Example


Text Example

White with #A79D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79D5C; }

 p { color: rgb(167,157,92); }

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

background-color css

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

 a { background-color: rgb(167,157,92); }

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

border-color css

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

 span { border-color: rgb(167,157,92); }

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