Html Css Color HEX #A39B46 Husk

📋 copy color: '#A39B46'

red 163 ◦ green 155 ◦ blue 70

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

Shades of Husk #A39B46

Tints of Husk #A39B46

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.95%

 BLUE value IS 70 (27.73% from 255) = 18.04%

R = 42.01%
G = 39.95%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A39B46 (or 0xA39B46) is known color: Husk. HEX triplet: A3, 9B and 46. RGB value is (163,155,70). Sum of RGB (Red+Green+Blue) = 163+155+70=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B46 is #5C64B9. Grayscale: #949494. Windows color (decimal): -6055098 or 4627363. OLE color: 4627363.

HSL color Cylindrical-coordinate representation of color #A39B46: hue angle of 54.84º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A39B46 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 155 70 -
CMYK 0 0.05 0.57 0.36
HSL 54.84º 0.4% 0.46% -
HSV(B) 54.84º 0.57% 0.64% -
XYZ 27.93 31.67 10.44 -
YUV 147.7 84.15 138.91 -
System Red Green Blue C M Y K H S L
Decimal 163 155 70 0 0.05 0.57 0.36 54.84 0.4 0.46
Hex A3 9B 46 0 5 39 24 37 28 2E
Octal 243 233 106 0 5 71 44 67 50 56
Binary 10100011 10011011 1000110 0 101 111001 100100 110111 101000 101110

Color Harmonies of #A39B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39B46

Black with #A39B46

Text Example


Text Example

White with #A39B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39B46; }

 p { color: rgb(163,155,70); }

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

background-color css

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

 a { background-color: rgb(163,155,70); }

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

border-color css

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

 span { border-color: rgb(163,155,70); }

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