Html Css Color HEX #A19351 Husk

📋 copy color: '#A19351'

red 161 ◦ green 147 ◦ blue 81

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

Shades of Husk #A19351

Tints of Husk #A19351

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

 BLUE value IS 81 (32.03% from 255) = 20.82%

R = 41.39%
G = 37.79%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A19351 (or 0xA19351) is known color: Husk. HEX triplet: A1, 93 and 51. RGB value is (161,147,81). Sum of RGB (Red+Green+Blue) = 161+147+81=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A19351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19351 is #5E6CAE. Grayscale: #8F8F8F. Windows color (decimal): -6188207 or 5346209. OLE color: 5346209.

HSL color Cylindrical-coordinate representation of color #A19351: hue angle of 49.5º degrees, saturation: 0.33, 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 #A19351 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 147 81 -
CMYK 0 0.09 0.50 0.37
HSL 49.5º 0.33% 0.47% -
HSV(B) 49.5º 0.5% 0.63% -
XYZ 26.62 29.04 11.99 -
YUV 143.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 161 147 81 0 0.09 0.50 0.37 49.5 0.33 0.47
Hex A1 93 51 0 9 32 25 32 21 2F
Octal 241 223 121 0 11 62 45 62 41 57
Binary 10100001 10010011 1010001 0 1001 110010 100101 110010 100001 101111

Color Harmonies of #A19351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19351

Black with #A19351

Text Example


Text Example

White with #A19351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19351; }

 p { color: rgb(161,147,81); }

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

background-color css

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

 a { background-color: rgb(161,147,81); }

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

border-color css

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

 span { border-color: rgb(161,147,81); }

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