Html Css Color HEX #A39D4D Husk

📋 copy color: '#A39D4D'

red 163 ◦ green 157 ◦ blue 77

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

Shades of Husk #A39D4D

Tints of Husk #A39D4D

RGB

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

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

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

R = 41.06%
G = 39.55%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A39D4D (or 0xA39D4D) is known color: Husk. HEX triplet: A3, 9D and 4D. RGB value is (163,157,77). Sum of RGB (Red+Green+Blue) = 163+157+77=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39D4D is #5C62B2. Grayscale: #969696. Windows color (decimal): -6054579 or 5086627. OLE color: 5086627.

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

Color convert

RGB 163 157 77 -
CMYK 0 0.04 0.53 0.36
HSL 55.81º 0.36% 0.47% -
HSV(B) 55.81º 0.53% 0.64% -
XYZ 28.5 32.44 11.78 -
YUV 149.67 86.99 137.5 -
System Red Green Blue C M Y K H S L
Decimal 163 157 77 0 0.04 0.53 0.36 55.81 0.36 0.47
Hex A3 9D 4D 0 4 35 24 38 24 2F
Octal 243 235 115 0 4 65 44 70 44 57
Binary 10100011 10011101 1001101 0 100 110101 100100 111000 100100 101111

Color Harmonies of #A39D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39D4D

Black with #A39D4D

Text Example


Text Example

White with #A39D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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