Html Css Color HEX #A19450 Husk

📋 copy color: '#A19450'

red 161 ◦ green 148 ◦ blue 80

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

Shades of Husk #A19450

Tints of Husk #A19450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.05%

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

R = 41.39%
G = 38.05%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A19450 (or 0xA19450) is known color: Husk. HEX triplet: A1, 94 and 50. RGB value is (161,148,80). Sum of RGB (Red+Green+Blue) = 161+148+80=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A19450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19450 is #5E6BAF. Grayscale: #909090. Windows color (decimal): -6187952 or 5280929. OLE color: 5280929.

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

Color convert

RGB 161 148 80 -
CMYK 0 0.08 0.50 0.37
HSL 50.37º 0.34% 0.47% -
HSV(B) 50.37º 0.5% 0.63% -
XYZ 26.74 29.34 11.84 -
YUV 144.14 91.81 140.03 -
System Red Green Blue C M Y K H S L
Decimal 161 148 80 0 0.08 0.50 0.37 50.37 0.34 0.47
Hex A1 94 50 0 8 32 25 32 22 2F
Octal 241 224 120 0 10 62 45 62 42 57
Binary 10100001 10010100 1010000 0 1000 110010 100101 110010 100010 101111

Color Harmonies of #A19450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19450

Black with #A19450

Text Example


Text Example

White with #A19450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19450; }

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

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

background-color css

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

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

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

border-color css

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

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

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