Html Css Color HEX #A79E52 Husk

📋 copy color: '#A79E52'

red 167 ◦ green 158 ◦ blue 82

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

Shades of Husk #A79E52

Tints of Husk #A79E52

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.82%

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

R = 41.03%
G = 38.82%
B = 20.15%

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

#A79E52 (or 0xA79E52) is known color: Husk. HEX triplet: A7, 9E and 52. RGB value is (167,158,82). Sum of RGB (Red+Green+Blue) = 167+158+82=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A79E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79E52 is #5861AD. Grayscale: #989898. Windows color (decimal): -5792174 or 5414567. OLE color: 5414567.

HSL color Cylindrical-coordinate representation of color #A79E52: hue angle of 53.65º 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 #A79E52 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 158 82 -
CMYK 0 0.05 0.51 0.35
HSL 53.65º 0.34% 0.49% -
HSV(B) 53.65º 0.51% 0.65% -
XYZ 29.69 33.28 12.84 -
YUV 152.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 167 158 82 0 0.05 0.51 0.35 53.65 0.34 0.49
Hex A7 9E 52 0 5 33 23 36 22 31
Octal 247 236 122 0 5 63 43 66 42 61
Binary 10100111 10011110 1010010 0 101 110011 100011 110110 100010 110001

Color Harmonies of #A79E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79E52

Black with #A79E52

Text Example


Text Example

White with #A79E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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