Html Css Color HEX #A4944D Husk

📋 copy color: '#A4944D'

red 164 ◦ green 148 ◦ blue 77

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

Shades of Husk #A4944D

Tints of Husk #A4944D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.79%

R = 42.16%
G = 38.05%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A4944D (or 0xA4944D) is known color: Husk. HEX triplet: A4, 94 and 4D. RGB value is (164,148,77). Sum of RGB (Red+Green+Blue) = 164+148+77=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4944D is #5B6BB2. Grayscale: #909090. Windows color (decimal): -5991347 or 5084324. OLE color: 5084324.

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

Color convert

RGB 164 148 77 -
CMYK 0 0.10 0.53 0.36
HSL 48.97º 0.36% 0.47% -
HSV(B) 48.97º 0.53% 0.64% -
XYZ 27.24 29.61 11.3 -
YUV 144.69 89.8 141.77 -
System Red Green Blue C M Y K H S L
Decimal 164 148 77 0 0.10 0.53 0.36 48.97 0.36 0.47
Hex A4 94 4D 0 A 35 24 31 24 2F
Octal 244 224 115 0 12 65 44 61 44 57
Binary 10100100 10010100 1001101 0 1010 110101 100100 110001 100100 101111

Color Harmonies of #A4944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4944D

Black with #A4944D

Text Example


Text Example

White with #A4944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4944D; }

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

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

background-color css

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

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

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

border-color css

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

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

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