Html Css Color HEX #A19953 Husk

📋 copy color: '#A19953'

red 161 ◦ green 153 ◦ blue 83

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

Shades of Husk #A19953

Tints of Husk #A19953

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.54%

 BLUE value IS 83 (32.81% from 255) = 20.91%

R = 40.55%
G = 38.54%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A19953 (or 0xA19953) is known color: Husk. HEX triplet: A1, 99 and 53. RGB value is (161,153,83). Sum of RGB (Red+Green+Blue) = 161+153+83=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A19953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19953 is #5E66AC. Grayscale: #939393. Windows color (decimal): -6186669 or 5478817. OLE color: 5478817.

HSL color Cylindrical-coordinate representation of color #A19953: hue angle of 53.85º degrees, saturation: 0.32, 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 #A19953 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 153 83 -
CMYK 0 0.05 0.48 0.37
HSL 53.85º 0.32% 0.48% -
HSV(B) 53.85º 0.48% 0.63% -
XYZ 27.65 30.98 12.71 -
YUV 147.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 161 153 83 0 0.05 0.48 0.37 53.85 0.32 0.48
Hex A1 99 53 0 5 30 25 36 20 30
Octal 241 231 123 0 5 60 45 66 40 60
Binary 10100001 10011001 1010011 0 101 110000 100101 110110 100000 110000

Color Harmonies of #A19953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19953

Black with #A19953

Text Example


Text Example

White with #A19953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19953; }

 p { color: rgb(161,153,83); }

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

background-color css

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

 a { background-color: rgb(161,153,83); }

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

border-color css

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

 span { border-color: rgb(161,153,83); }

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