Html Css Color HEX #A79F52 Husk

📋 copy color: '#A79F52'

red 167 ◦ green 159 ◦ blue 82

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

Shades of Husk #A79F52

Tints of Husk #A79F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.1%

R = 40.93%
G = 38.97%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A79F52 (or 0xA79F52) is known color: Husk. HEX triplet: A7, 9F and 52. RGB value is (167,159,82). Sum of RGB (Red+Green+Blue) = 167+159+82=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A79F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79F52 is #5860AD. Grayscale: #989898. Windows color (decimal): -5791918 or 5414823. OLE color: 5414823.

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

Color convert

RGB 167 159 82 -
CMYK 0 0.05 0.51 0.35
HSL 54.35º 0.34% 0.49% -
HSV(B) 54.35º 0.51% 0.65% -
XYZ 29.86 33.62 12.9 -
YUV 152.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 167 159 82 0 0.05 0.51 0.35 54.35 0.34 0.49
Hex A7 9F 52 0 5 33 23 36 22 31
Octal 247 237 122 0 5 63 43 66 42 61
Binary 10100111 10011111 1010010 0 101 110011 100011 110110 100010 110001

Color Harmonies of #A79F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79F52

Black with #A79F52

Text Example


Text Example

White with #A79F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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