Html Css Color HEX #A19250 Husk

📋 copy color: '#A19250'

red 161 ◦ green 146 ◦ blue 80

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

Shades of Husk #A19250

Tints of Husk #A19250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.73%

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

R = 41.6%
G = 37.73%
B = 20.67%

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

#A19250 (or 0xA19250) is known color: Husk. HEX triplet: A1, 92 and 50. RGB value is (161,146,80). Sum of RGB (Red+Green+Blue) = 161+146+80=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A19250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19250 is #5E6DAF. Grayscale: #8F8F8F. Windows color (decimal): -6188464 or 5280417. OLE color: 5280417.

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

Color convert

RGB 161 146 80 -
CMYK 0 0.09 0.50 0.37
HSL 48.89º 0.34% 0.47% -
HSV(B) 48.89º 0.5% 0.63% -
XYZ 26.42 28.71 11.74 -
YUV 142.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 161 146 80 0 0.09 0.50 0.37 48.89 0.34 0.47
Hex A1 92 50 0 9 32 25 31 22 2F
Octal 241 222 120 0 11 62 45 61 42 57
Binary 10100001 10010010 1010000 0 1001 110010 100101 110001 100010 101111

Color Harmonies of #A19250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19250

Black with #A19250

Text Example


Text Example

White with #A19250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19250; }

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

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

background-color css

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

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

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

border-color css

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

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

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