Html Css Color HEX #A39950 Husk

📋 copy color: '#A39950'

red 163 ◦ green 153 ◦ blue 80

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

Shades of Husk #A39950

Tints of Husk #A39950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.64%

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

R = 41.16%
G = 38.64%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A39950 (or 0xA39950) is known color: Husk. HEX triplet: A3, 99 and 50. RGB value is (163,153,80). Sum of RGB (Red+Green+Blue) = 163+153+80=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A39950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39950 is #5C66AF. Grayscale: #939393. Windows color (decimal): -6055600 or 5282211. OLE color: 5282211.

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

Color convert

RGB 163 153 80 -
CMYK 0 0.06 0.51 0.36
HSL 52.77º 0.34% 0.48% -
HSV(B) 52.77º 0.51% 0.64% -
XYZ 27.94 31.15 12.13 -
YUV 147.67 89.81 138.94 -
System Red Green Blue C M Y K H S L
Decimal 163 153 80 0 0.06 0.51 0.36 52.77 0.34 0.48
Hex A3 99 50 0 6 33 24 35 22 30
Octal 243 231 120 0 6 63 44 65 42 60
Binary 10100011 10011001 1010000 0 110 110011 100100 110101 100010 110000

Color Harmonies of #A39950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39950

Black with #A39950

Text Example


Text Example

White with #A39950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39950; }

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

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

background-color css

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

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

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

border-color css

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

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

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