Html Css Color HEX #A3914F Husk

📋 copy color: '#A3914F'

red 163 ◦ green 145 ◦ blue 79

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

Shades of Husk #A3914F

Tints of Husk #A3914F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.47%

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

R = 42.12%
G = 37.47%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A3914F (or 0xA3914F) is known color: Husk. HEX triplet: A3, 91 and 4F. RGB value is (163,145,79). Sum of RGB (Red+Green+Blue) = 163+145+79=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3914F is #5C6EB0. Grayscale: #8F8F8F. Windows color (decimal): -6057649 or 5214627. OLE color: 5214627.

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

Color convert

RGB 163 145 79 -
CMYK 0 0.11 0.52 0.36
HSL 47.14º 0.35% 0.47% -
HSV(B) 47.14º 0.52% 0.64% -
XYZ 26.64 28.6 11.51 -
YUV 142.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 163 145 79 0 0.11 0.52 0.36 47.14 0.35 0.47
Hex A3 91 4F 0 B 34 24 2F 23 2F
Octal 243 221 117 0 13 64 44 57 43 57
Binary 10100011 10010001 1001111 0 1011 110100 100100 101111 100011 101111

Color Harmonies of #A3914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3914F

Black with #A3914F

Text Example


Text Example

White with #A3914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3914F; }

 p { color: rgb(163,145,79); }

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

background-color css

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

 a { background-color: rgb(163,145,79); }

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

border-color css

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

 span { border-color: rgb(163,145,79); }

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