Html Css Color HEX #A19951 Husk

📋 copy color: '#A19951'

red 161 ◦ green 153 ◦ blue 81

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

Shades of Husk #A19951

Tints of Husk #A19951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.51%

R = 40.76%
G = 38.73%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A19951 (or 0xA19951) is known color: Husk. HEX triplet: A1, 99 and 51. RGB value is (161,153,81). Sum of RGB (Red+Green+Blue) = 161+153+81=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A19951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19951 is #5E66AE. Grayscale: #939393. Windows color (decimal): -6186671 or 5347745. OLE color: 5347745.

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

Color convert

RGB 161 153 81 -
CMYK 0 0.05 0.50 0.37
HSL 54º 0.33% 0.47% -
HSV(B) 54º 0.5% 0.63% -
XYZ 27.57 30.95 12.31 -
YUV 147.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 161 153 81 0 0.05 0.50 0.37 54 0.33 0.47
Hex A1 99 51 0 5 32 25 36 21 2F
Octal 241 231 121 0 5 62 45 66 41 57
Binary 10100001 10011001 1010001 0 101 110010 100101 110110 100001 101111

Color Harmonies of #A19951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19951

Black with #A19951

Text Example


Text Example

White with #A19951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19951; }

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

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

background-color css

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

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

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

border-color css

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

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

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