Html Css Color HEX #A39C50 Husk

📋 copy color: '#A39C50'

red 163 ◦ green 156 ◦ blue 80

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

Shades of Husk #A39C50

Tints of Husk #A39C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.1%

 BLUE value IS 80 (31.64% from 255) = 20.05%

R = 40.85%
G = 39.1%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A39C50 (or 0xA39C50) is known color: Husk. HEX triplet: A3, 9C and 50. RGB value is (163,156,80). Sum of RGB (Red+Green+Blue) = 163+156+80=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39C50 is #5C63AF. Grayscale: #959595. Windows color (decimal): -6054832 or 5282979. OLE color: 5282979.

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

Color convert

RGB 163 156 80 -
CMYK 0 0.04 0.51 0.36
HSL 54.94º 0.34% 0.48% -
HSV(B) 54.94º 0.51% 0.64% -
XYZ 28.44 32.14 12.29 -
YUV 149.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 163 156 80 0 0.04 0.51 0.36 54.94 0.34 0.48
Hex A3 9C 50 0 4 33 24 37 22 30
Octal 243 234 120 0 4 63 44 67 42 60
Binary 10100011 10011100 1010000 0 100 110011 100100 110111 100010 110000

Color Harmonies of #A39C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39C50

Black with #A39C50

Text Example


Text Example

White with #A39C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39C50; }

 p { color: rgb(163,156,80); }

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

background-color css

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

 a { background-color: rgb(163,156,80); }

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

border-color css

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

 span { border-color: rgb(163,156,80); }

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