Html Css Color HEX #A3964D Husk

📋 copy color: '#A3964D'

red 163 ◦ green 150 ◦ blue 77

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

Shades of Husk #A3964D

Tints of Husk #A3964D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.46%

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

R = 41.79%
G = 38.46%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3964D (or 0xA3964D) is known color: Husk. HEX triplet: A3, 96 and 4D. RGB value is (163,150,77). Sum of RGB (Red+Green+Blue) = 163+150+77=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3964D is #5C69B2. Grayscale: #919191. Windows color (decimal): -6056371 or 5084835. OLE color: 5084835.

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

Color convert

RGB 163 150 77 -
CMYK 0 0.08 0.53 0.36
HSL 50.93º 0.36% 0.47% -
HSV(B) 50.93º 0.53% 0.64% -
XYZ 27.35 30.14 11.4 -
YUV 145.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 163 150 77 0 0.08 0.53 0.36 50.93 0.36 0.47
Hex A3 96 4D 0 8 35 24 33 24 2F
Octal 243 226 115 0 10 65 44 63 44 57
Binary 10100011 10010110 1001101 0 1000 110101 100100 110011 100100 101111

Color Harmonies of #A3964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3964D

Black with #A3964D

Text Example


Text Example

White with #A3964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3964D; }

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

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

background-color css

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

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

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

border-color css

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

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

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