Html Css Color HEX #A39D51 Husk

📋 copy color: '#A39D51'

red 163 ◦ green 157 ◦ blue 81

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

Shades of Husk #A39D51

Tints of Husk #A39D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.2%

R = 40.65%
G = 39.15%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A39D51 (or 0xA39D51) is known color: Husk. HEX triplet: A3, 9D and 51. RGB value is (163,157,81). Sum of RGB (Red+Green+Blue) = 163+157+81=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39D51 is #5C62AE. Grayscale: #969696. Windows color (decimal): -6054575 or 5348771. OLE color: 5348771.

HSL color Cylindrical-coordinate representation of color #A39D51: hue angle of 55.61º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A39D51 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 157 81 -
CMYK 0 0.04 0.50 0.36
HSL 55.61º 0.34% 0.48% -
HSV(B) 55.61º 0.5% 0.64% -
XYZ 28.65 32.49 12.55 -
YUV 150.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 163 157 81 0 0.04 0.50 0.36 55.61 0.34 0.48
Hex A3 9D 51 0 4 32 24 38 22 30
Octal 243 235 121 0 4 62 44 70 42 60
Binary 10100011 10011101 1010001 0 100 110010 100100 111000 100010 110000

Color Harmonies of #A39D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39D51

Black with #A39D51

Text Example


Text Example

White with #A39D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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