Html Css Color HEX #A39C59 Husk

📋 copy color: '#A39C59'

red 163 ◦ green 156 ◦ blue 89

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

Shades of Husk #A39C59

Tints of Husk #A39C59

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.24%

 BLUE value IS 89 (35.16% from 255) = 21.81%

R = 39.95%
G = 38.24%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A39C59 (or 0xA39C59) is known color: Husk. HEX triplet: A3, 9C and 59. RGB value is (163,156,89). Sum of RGB (Red+Green+Blue) = 163+156+89=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39C59 is #5C63A6. Grayscale: #969696. Windows color (decimal): -6054823 or 5872803. OLE color: 5872803.

HSL color Cylindrical-coordinate representation of color #A39C59: hue angle of 54.32º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A39C59 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 156 89 -
CMYK 0 0.04 0.45 0.36
HSL 54.32º 0.29% 0.49% -
HSV(B) 54.32º 0.45% 0.64% -
XYZ 28.8 32.28 14.17 -
YUV 150.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 163 156 89 0 0.04 0.45 0.36 54.32 0.29 0.49
Hex A3 9C 59 0 4 2D 24 36 1D 31
Octal 243 234 131 0 4 55 44 66 35 61
Binary 10100011 10011100 1011001 0 100 101101 100100 110110 11101 110001

Color Harmonies of #A39C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39C59

Black with #A39C59

Text Example


Text Example

White with #A39C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39C59; }

 p { color: rgb(163,156,89); }

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

background-color css

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

 a { background-color: rgb(163,156,89); }

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

border-color css

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

 span { border-color: rgb(163,156,89); }

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