Html Css Color HEX #A7984E Husk

📋 copy color: '#A7984E'

red 167 ◦ green 152 ◦ blue 78

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

Shades of Husk #A7984E

Tints of Husk #A7984E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.29%

 BLUE value IS 78 (30.86% from 255) = 19.65%

R = 42.07%
G = 38.29%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A7984E (or 0xA7984E) is known color: Husk. HEX triplet: A7, 98 and 4E. RGB value is (167,152,78). Sum of RGB (Red+Green+Blue) = 167+152+78=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A7984E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7984E is #5867B1. Grayscale: #949494. Windows color (decimal): -5793714 or 5150887. OLE color: 5150887.

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

Color convert

RGB 167 152 78 -
CMYK 0 0.09 0.53 0.35
HSL 49.89º 0.36% 0.48% -
HSV(B) 49.89º 0.53% 0.65% -
XYZ 28.54 31.22 11.73 -
YUV 148.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 167 152 78 0 0.09 0.53 0.35 49.89 0.36 0.48
Hex A7 98 4E 0 9 35 23 32 24 30
Octal 247 230 116 0 11 65 43 62 44 60
Binary 10100111 10011000 1001110 0 1001 110101 100011 110010 100100 110000

Color Harmonies of #A7984E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7984E

Black with #A7984E

Text Example


Text Example

White with #A7984E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7984E; }

 p { color: rgb(167,152,78); }

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

background-color css

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

 a { background-color: rgb(167,152,78); }

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

border-color css

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

 span { border-color: rgb(167,152,78); }

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