Html Css Color HEX #A19854 Husk

📋 copy color: '#A19854'

red 161 ◦ green 152 ◦ blue 84

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

Shades of Husk #A19854

Tints of Husk #A19854

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.29%

 BLUE value IS 84 (33.2% from 255) = 21.16%

R = 40.55%
G = 38.29%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A19854 (or 0xA19854) is known color: Husk. HEX triplet: A1, 98 and 54. RGB value is (161,152,84). Sum of RGB (Red+Green+Blue) = 161+152+84=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A19854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19854 is #5E67AB. Grayscale: #939393. Windows color (decimal): -6186924 or 5544097. OLE color: 5544097.

HSL color Cylindrical-coordinate representation of color #A19854: hue angle of 52.99º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A19854 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 152 84 -
CMYK 0 0.06 0.48 0.37
HSL 52.99º 0.31% 0.48% -
HSV(B) 52.99º 0.48% 0.63% -
XYZ 27.53 30.67 12.86 -
YUV 146.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 161 152 84 0 0.06 0.48 0.37 52.99 0.31 0.48
Hex A1 98 54 0 6 30 25 35 1F 30
Octal 241 230 124 0 6 60 45 65 37 60
Binary 10100001 10011000 1010100 0 110 110000 100101 110101 11111 110000

Color Harmonies of #A19854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19854

Black with #A19854

Text Example


Text Example

White with #A19854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19854; }

 p { color: rgb(161,152,84); }

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

background-color css

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

 a { background-color: rgb(161,152,84); }

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

border-color css

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

 span { border-color: rgb(161,152,84); }

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