Html Css Color HEX #A19A50 Husk

📋 copy color: '#A19A50'

red 161 ◦ green 154 ◦ blue 80

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

Shades of Husk #A19A50

Tints of Husk #A19A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.99%

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

R = 40.76%
G = 38.99%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A19A50 (or 0xA19A50) is known color: Husk. HEX triplet: A1, 9A and 50. RGB value is (161,154,80). Sum of RGB (Red+Green+Blue) = 161+154+80=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A50 is #5E65AF. Grayscale: #939393. Windows color (decimal): -6186416 or 5282465. OLE color: 5282465.

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

Color convert

RGB 161 154 80 -
CMYK 0 0.04 0.50 0.37
HSL 54.81º 0.34% 0.47% -
HSV(B) 54.81º 0.5% 0.63% -
XYZ 27.7 31.27 12.16 -
YUV 147.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 161 154 80 0 0.04 0.50 0.37 54.81 0.34 0.47
Hex A1 9A 50 0 4 32 25 37 22 2F
Octal 241 232 120 0 4 62 45 67 42 57
Binary 10100001 10011010 1010000 0 100 110010 100101 110111 100010 101111

Color Harmonies of #A19A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19A50

Black with #A19A50

Text Example


Text Example

White with #A19A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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