Html Css Color HEX #A39B51 Husk

📋 copy color: '#A39B51'

red 163 ◦ green 155 ◦ blue 81

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

Shades of Husk #A39B51

Tints of Husk #A39B51

RGB

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

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

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

R = 40.85%
G = 38.85%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A39B51 (or 0xA39B51) is known color: Husk. HEX triplet: A3, 9B and 51. RGB value is (163,155,81). Sum of RGB (Red+Green+Blue) = 163+155+81=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39B51 is #5C64AE. Grayscale: #959595. Windows color (decimal): -6055087 or 5348259. OLE color: 5348259.

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

Color convert

RGB 163 155 81 -
CMYK 0 0.05 0.50 0.36
HSL 54.15º 0.34% 0.48% -
HSV(B) 54.15º 0.5% 0.64% -
XYZ 28.31 31.82 12.43 -
YUV 148.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 163 155 81 0 0.05 0.50 0.36 54.15 0.34 0.48
Hex A3 9B 51 0 5 32 24 36 22 30
Octal 243 233 121 0 5 62 44 66 42 60
Binary 10100011 10011011 1010001 0 101 110010 100100 110110 100010 110000

Color Harmonies of #A39B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39B51

Black with #A39B51

Text Example


Text Example

White with #A39B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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