Html Css Color HEX #A79A51 Husk

📋 copy color: '#A79A51'

red 167 ◦ green 154 ◦ blue 81

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

Shades of Husk #A79A51

Tints of Husk #A79A51

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.31%

 BLUE value IS 81 (32.03% from 255) = 20.15%

R = 41.54%
G = 38.31%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A79A51 (or 0xA79A51) is known color: Husk. HEX triplet: A7, 9A and 51. RGB value is (167,154,81). Sum of RGB (Red+Green+Blue) = 167+154+81=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79A51 is #5865AE. Grayscale: #959595. Windows color (decimal): -5793199 or 5348007. OLE color: 5348007.

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

Color convert

RGB 167 154 81 -
CMYK 0 0.08 0.51 0.35
HSL 50.93º 0.35% 0.49% -
HSV(B) 50.93º 0.51% 0.65% -
XYZ 28.98 31.92 12.42 -
YUV 149.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 167 154 81 0 0.08 0.51 0.35 50.93 0.35 0.49
Hex A7 9A 51 0 8 33 23 33 23 31
Octal 247 232 121 0 10 63 43 63 43 61
Binary 10100111 10011010 1010001 0 1000 110011 100011 110011 100011 110001

Color Harmonies of #A79A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79A51

Black with #A79A51

Text Example


Text Example

White with #A79A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79A51; }

 p { color: rgb(167,154,81); }

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

background-color css

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

 a { background-color: rgb(167,154,81); }

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

border-color css

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

 span { border-color: rgb(167,154,81); }

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