Html Css Color HEX #A7994F Husk

📋 copy color: '#A7994F'

red 167 ◦ green 153 ◦ blue 79

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

Shades of Husk #A7994F

Tints of Husk #A7994F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.35%

 BLUE value IS 79 (31.25% from 255) = 19.8%

R = 41.85%
G = 38.35%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A7994F (or 0xA7994F) is known color: Husk. HEX triplet: A7, 99 and 4F. RGB value is (167,153,79). Sum of RGB (Red+Green+Blue) = 167+153+79=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A7994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7994F is #5866B0. Grayscale: #959595. Windows color (decimal): -5793457 or 5216679. OLE color: 5216679.

HSL color Cylindrical-coordinate representation of color #A7994F: hue angle of 50.45º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7994F is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 153 79 -
CMYK 0 0.08 0.53 0.35
HSL 50.45º 0.36% 0.48% -
HSV(B) 50.45º 0.53% 0.65% -
XYZ 28.74 31.56 11.97 -
YUV 148.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 167 153 79 0 0.08 0.53 0.35 50.45 0.36 0.48
Hex A7 99 4F 0 8 35 23 32 24 30
Octal 247 231 117 0 10 65 43 62 44 60
Binary 10100111 10011001 1001111 0 1000 110101 100011 110010 100100 110000

Color Harmonies of #A7994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7994F

Black with #A7994F

Text Example


Text Example

White with #A7994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7994F; }

 p { color: rgb(167,153,79); }

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

background-color css

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

 a { background-color: rgb(167,153,79); }

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

border-color css

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

 span { border-color: rgb(167,153,79); }

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