Html Css Color HEX #A1994E Husk

📋 copy color: '#A1994E'

red 161 ◦ green 153 ◦ blue 78

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

Shades of Husk #A1994E

Tints of Husk #A1994E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.9%

R = 41.07%
G = 39.03%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A1994E (or 0xA1994E) is known color: Husk. HEX triplet: A1, 99 and 4E. RGB value is (161,153,78). Sum of RGB (Red+Green+Blue) = 161+153+78=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A1994E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1994E is #5E66B1. Grayscale: #939393. Windows color (decimal): -6186674 or 5151137. OLE color: 5151137.

HSL color Cylindrical-coordinate representation of color #A1994E: hue angle of 54.22º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1994E is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 153 78 -
CMYK 0 0.05 0.52 0.37
HSL 54.22º 0.35% 0.47% -
HSV(B) 54.22º 0.52% 0.63% -
XYZ 27.46 30.91 11.73 -
YUV 146.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 161 153 78 0 0.05 0.52 0.37 54.22 0.35 0.47
Hex A1 99 4E 0 5 34 25 36 23 2F
Octal 241 231 116 0 5 64 45 66 43 57
Binary 10100001 10011001 1001110 0 101 110100 100101 110110 100011 101111

Color Harmonies of #A1994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1994E

Black with #A1994E

Text Example


Text Example

White with #A1994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1994E; }

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

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

background-color css

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

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

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

border-color css

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

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

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