Html Css Color HEX #A19950 Husk

📋 copy color: '#A19950'

red 161 ◦ green 153 ◦ blue 80

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

Shades of Husk #A19950

Tints of Husk #A19950

RGB

 RED value IS 161 (63.28% from 255) = 40.86%

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

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

R = 40.86%
G = 38.83%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A19950 (or 0xA19950) is known color: Husk. HEX triplet: A1, 99 and 50. RGB value is (161,153,80). Sum of RGB (Red+Green+Blue) = 161+153+80=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A19950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19950 is #5E66AF. Grayscale: #939393. Windows color (decimal): -6186672 or 5282209. OLE color: 5282209.

HSL color Cylindrical-coordinate representation of color #A19950: hue angle of 54.07º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A19950 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 153 80 -
CMYK 0 0.05 0.50 0.37
HSL 54.07º 0.34% 0.47% -
HSV(B) 54.07º 0.5% 0.63% -
XYZ 27.54 30.94 12.11 -
YUV 147.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 161 153 80 0 0.05 0.50 0.37 54.07 0.34 0.47
Hex A1 99 50 0 5 32 25 36 22 2F
Octal 241 231 120 0 5 62 45 66 42 57
Binary 10100001 10011001 1010000 0 101 110010 100101 110110 100010 101111

Color Harmonies of #A19950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19950

Black with #A19950

Text Example


Text Example

White with #A19950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19950; }

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

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

background-color css

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

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

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

border-color css

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

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

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