Html Css Color HEX #A19650 Husk

📋 copy color: '#A19650'

red 161 ◦ green 150 ◦ blue 80

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

Shades of Husk #A19650

Tints of Husk #A19650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.36%

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

R = 41.18%
G = 38.36%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A19650 (or 0xA19650) is known color: Husk. HEX triplet: A1, 96 and 50. RGB value is (161,150,80). Sum of RGB (Red+Green+Blue) = 161+150+80=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A19650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19650 is #5E69AF. Grayscale: #919191. Windows color (decimal): -6187440 or 5281441. OLE color: 5281441.

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

Color convert

RGB 161 150 80 -
CMYK 0 0.07 0.50 0.37
HSL 51.85º 0.34% 0.47% -
HSV(B) 51.85º 0.5% 0.63% -
XYZ 27.05 29.97 11.95 -
YUV 145.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 161 150 80 0 0.07 0.50 0.37 51.85 0.34 0.47
Hex A1 96 50 0 7 32 25 34 22 2F
Octal 241 226 120 0 7 62 45 64 42 57
Binary 10100001 10010110 1010000 0 111 110010 100101 110100 100010 101111

Color Harmonies of #A19650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19650

Black with #A19650

Text Example


Text Example

White with #A19650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19650; }

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

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

background-color css

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

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

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

border-color css

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

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

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