Html Css Color HEX #A39D4E Husk

📋 copy color: '#A39D4E'

red 163 ◦ green 157 ◦ blue 78

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

Shades of Husk #A39D4E

Tints of Husk #A39D4E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.45%

 BLUE value IS 78 (30.86% from 255) = 19.6%

R = 40.95%
G = 39.45%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A39D4E (or 0xA39D4E) is known color: Husk. HEX triplet: A3, 9D and 4E. RGB value is (163,157,78). Sum of RGB (Red+Green+Blue) = 163+157+78=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39D4E is #5C62B1. Grayscale: #969696. Windows color (decimal): -6054578 or 5152163. OLE color: 5152163.

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

Color convert

RGB 163 157 78 -
CMYK 0 0.04 0.52 0.36
HSL 55.76º 0.35% 0.47% -
HSV(B) 55.76º 0.52% 0.64% -
XYZ 28.54 32.45 11.97 -
YUV 149.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 163 157 78 0 0.04 0.52 0.36 55.76 0.35 0.47
Hex A3 9D 4E 0 4 34 24 38 23 2F
Octal 243 235 116 0 4 64 44 70 43 57
Binary 10100011 10011101 1001110 0 100 110100 100100 111000 100011 101111

Color Harmonies of #A39D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39D4E

Black with #A39D4E

Text Example


Text Example

White with #A39D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39D4E; }

 p { color: rgb(163,157,78); }

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

background-color css

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

 a { background-color: rgb(163,157,78); }

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

border-color css

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

 span { border-color: rgb(163,157,78); }

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