Html Css Color HEX #A19749 Husk

📋 copy color: '#A19749'

red 161 ◦ green 151 ◦ blue 73

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

Shades of Husk #A19749

Tints of Husk #A19749

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.22%

 BLUE value IS 73 (28.91% from 255) = 18.96%

R = 41.82%
G = 39.22%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A19749 (or 0xA19749) is known color: Husk. HEX triplet: A1, 97 and 49. RGB value is (161,151,73). Sum of RGB (Red+Green+Blue) = 161+151+73=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A19749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19749 is #5E68B6. Grayscale: #919191. Windows color (decimal): -6187191 or 4822945. OLE color: 4822945.

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

Color convert

RGB 161 151 73 -
CMYK 0 0.06 0.55 0.37
HSL 53.18º 0.38% 0.46% -
HSV(B) 53.18º 0.55% 0.63% -
XYZ 26.97 30.19 10.71 -
YUV 145.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 161 151 73 0 0.06 0.55 0.37 53.18 0.38 0.46
Hex A1 97 49 0 6 37 25 35 26 2E
Octal 241 227 111 0 6 67 45 65 46 56
Binary 10100001 10010111 1001001 0 110 110111 100101 110101 100110 101110

Color Harmonies of #A19749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19749

Black with #A19749

Text Example


Text Example

White with #A19749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19749; }

 p { color: rgb(161,151,73); }

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

background-color css

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

 a { background-color: rgb(161,151,73); }

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

border-color css

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

 span { border-color: rgb(161,151,73); }

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