Html Css Color HEX #A39B4D Husk

📋 copy color: '#A39B4D'

red 163 ◦ green 155 ◦ blue 77

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

Shades of Husk #A39B4D

Tints of Husk #A39B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.49%

R = 41.27%
G = 39.24%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A39B4D (or 0xA39B4D) is known color: Husk. HEX triplet: A3, 9B and 4D. RGB value is (163,155,77). Sum of RGB (Red+Green+Blue) = 163+155+77=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39B4D is #5C64B2. Grayscale: #949494. Windows color (decimal): -6055091 or 5086115. OLE color: 5086115.

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

Color convert

RGB 163 155 77 -
CMYK 0 0.05 0.53 0.36
HSL 54.42º 0.36% 0.47% -
HSV(B) 54.42º 0.53% 0.64% -
XYZ 28.17 31.77 11.67 -
YUV 148.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 163 155 77 0 0.05 0.53 0.36 54.42 0.36 0.47
Hex A3 9B 4D 0 5 35 24 36 24 2F
Octal 243 233 115 0 5 65 44 66 44 57
Binary 10100011 10011011 1001101 0 101 110101 100100 110110 100100 101111

Color Harmonies of #A39B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39B4D

Black with #A39B4D

Text Example


Text Example

White with #A39B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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