Html Css Color HEX #A3944D Husk

📋 copy color: '#A3944D'

red 163 ◦ green 148 ◦ blue 77

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

Shades of Husk #A3944D

Tints of Husk #A3944D

RGB

 RED value IS 163 (64.06% from 255) = 42.01%

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

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

R = 42.01%
G = 38.14%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3944D (or 0xA3944D) is known color: Husk. HEX triplet: A3, 94 and 4D. RGB value is (163,148,77). Sum of RGB (Red+Green+Blue) = 163+148+77=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A3944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3944D is #5C6BB2. Grayscale: #909090. Windows color (decimal): -6056883 or 5084323. OLE color: 5084323.

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

Color convert

RGB 163 148 77 -
CMYK 0 0.09 0.53 0.36
HSL 49.53º 0.36% 0.47% -
HSV(B) 49.53º 0.53% 0.64% -
XYZ 27.03 29.5 11.29 -
YUV 144.39 89.97 141.27 -
System Red Green Blue C M Y K H S L
Decimal 163 148 77 0 0.09 0.53 0.36 49.53 0.36 0.47
Hex A3 94 4D 0 9 35 24 32 24 2F
Octal 243 224 115 0 11 65 44 62 44 57
Binary 10100011 10010100 1001101 0 1001 110101 100100 110010 100100 101111

Color Harmonies of #A3944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3944D

Black with #A3944D

Text Example


Text Example

White with #A3944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3944D; }

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

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

background-color css

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

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

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

border-color css

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

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

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