Html Css Color HEX #A4944F Husk

📋 copy color: '#A4944F'

red 164 ◦ green 148 ◦ blue 79

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

Shades of Husk #A4944F

Tints of Husk #A4944F

RGB

 RED value IS 164 (64.45% from 255) = 41.94%

 GREEN value IS 148 (58.2% from 255) = 37.85%

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

R = 41.94%
G = 37.85%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4944F (or 0xA4944F) is known color: Husk. HEX triplet: A4, 94 and 4F. RGB value is (164,148,79). Sum of RGB (Red+Green+Blue) = 164+148+79=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4944F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4944F is #5B6BB0. Grayscale: #919191. Windows color (decimal): -5991345 or 5215396. OLE color: 5215396.

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

Color convert

RGB 164 148 79 -
CMYK 0 0.10 0.52 0.36
HSL 48.71º 0.35% 0.48% -
HSV(B) 48.71º 0.52% 0.64% -
XYZ 27.31 29.64 11.68 -
YUV 144.92 90.8 141.61 -
System Red Green Blue C M Y K H S L
Decimal 164 148 79 0 0.10 0.52 0.36 48.71 0.35 0.48
Hex A4 94 4F 0 A 34 24 31 23 30
Octal 244 224 117 0 12 64 44 61 43 60
Binary 10100100 10010100 1001111 0 1010 110100 100100 110001 100011 110000

Color Harmonies of #A4944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4944F

Black with #A4944F

Text Example


Text Example

White with #A4944F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4944F; }

 p { color: rgb(164,148,79); }

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

background-color css

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

 a { background-color: rgb(164,148,79); }

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

border-color css

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

 span { border-color: rgb(164,148,79); }

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