Html Css Color HEX #A39B4A Husk

📋 copy color: '#A39B4A'

red 163 ◦ green 155 ◦ blue 74

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

Shades of Husk #A39B4A

Tints of Husk #A39B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.88%

R = 41.58%
G = 39.54%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A39B4A (or 0xA39B4A) is known color: Husk. HEX triplet: A3, 9B and 4A. RGB value is (163,155,74). Sum of RGB (Red+Green+Blue) = 163+155+74=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B4A is #5C64B5. Grayscale: #949494. Windows color (decimal): -6055094 or 4889507. OLE color: 4889507.

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

Color convert

RGB 163 155 74 -
CMYK 0 0.05 0.55 0.36
HSL 54.61º 0.38% 0.46% -
HSV(B) 54.61º 0.55% 0.64% -
XYZ 28.06 31.72 11.12 -
YUV 148.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 163 155 74 0 0.05 0.55 0.36 54.61 0.38 0.46
Hex A3 9B 4A 0 5 37 24 37 26 2E
Octal 243 233 112 0 5 67 44 67 46 56
Binary 10100011 10011011 1001010 0 101 110111 100100 110111 100110 101110

Color Harmonies of #A39B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39B4A

Black with #A39B4A

Text Example


Text Example

White with #A39B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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