Html Css Color HEX #A3954A Husk

📋 copy color: '#A3954A'

red 163 ◦ green 149 ◦ blue 74

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

Shades of Husk #A3954A

Tints of Husk #A3954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.6%

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 42.23%
G = 38.6%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3954A (or 0xA3954A) is known color: Husk. HEX triplet: A3, 95 and 4A. RGB value is (163,149,74). Sum of RGB (Red+Green+Blue) = 163+149+74=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3954A is #5C6AB5. Grayscale: #909090. Windows color (decimal): -6056630 or 4887971. OLE color: 4887971.

HSL color Cylindrical-coordinate representation of color #A3954A: hue angle of 50.56º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3954A is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 149 74 -
CMYK 0 0.09 0.55 0.36
HSL 50.56º 0.38% 0.46% -
HSV(B) 50.56º 0.55% 0.64% -
XYZ 27.09 29.78 10.8 -
YUV 144.64 88.14 141.1 -
System Red Green Blue C M Y K H S L
Decimal 163 149 74 0 0.09 0.55 0.36 50.56 0.38 0.46
Hex A3 95 4A 0 9 37 24 33 26 2E
Octal 243 225 112 0 11 67 44 63 46 56
Binary 10100011 10010101 1001010 0 1001 110111 100100 110011 100110 101110

Color Harmonies of #A3954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3954A

Black with #A3954A

Text Example


Text Example

White with #A3954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3954A; }

 p { color: rgb(163,149,74); }

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

background-color css

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

 a { background-color: rgb(163,149,74); }

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

border-color css

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

 span { border-color: rgb(163,149,74); }

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