Html Css Color HEX #A19150 Husk

📋 copy color: '#A19150'

red 161 ◦ green 145 ◦ blue 80

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

Shades of Husk #A19150

Tints of Husk #A19150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.56%

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

R = 41.71%
G = 37.56%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A19150 (or 0xA19150) is known color: Husk. HEX triplet: A1, 91 and 50. RGB value is (161,145,80). Sum of RGB (Red+Green+Blue) = 161+145+80=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A19150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19150 is #5E6EAF. Grayscale: #8E8E8E. Windows color (decimal): -6188720 or 5280161. OLE color: 5280161.

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

Color convert

RGB 161 145 80 -
CMYK 0 0.10 0.50 0.37
HSL 48.15º 0.34% 0.47% -
HSV(B) 48.15º 0.5% 0.63% -
XYZ 26.27 28.41 11.69 -
YUV 142.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 161 145 80 0 0.10 0.50 0.37 48.15 0.34 0.47
Hex A1 91 50 0 A 32 25 30 22 2F
Octal 241 221 120 0 12 62 45 60 42 57
Binary 10100001 10010001 1010000 0 1010 110010 100101 110000 100010 101111

Color Harmonies of #A19150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19150

Black with #A19150

Text Example


Text Example

White with #A19150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19150; }

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

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

background-color css

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

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

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

border-color css

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

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

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