Html Css Color HEX #A1994A Husk

📋 copy color: '#A1994A'

red 161 ◦ green 153 ◦ blue 74

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

Shades of Husk #A1994A

Tints of Husk #A1994A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.07%

R = 41.49%
G = 39.43%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A1994A (or 0xA1994A) is known color: Husk. HEX triplet: A1, 99 and 4A. RGB value is (161,153,74). Sum of RGB (Red+Green+Blue) = 161+153+74=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A1994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1994A is #5E66B5. Grayscale: #929292. Windows color (decimal): -6186678 or 4888993. OLE color: 4888993.

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

Color convert

RGB 161 153 74 -
CMYK 0 0.05 0.54 0.37
HSL 54.48º 0.37% 0.46% -
HSV(B) 54.48º 0.54% 0.63% -
XYZ 27.33 30.85 10.99 -
YUV 146.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 161 153 74 0 0.05 0.54 0.37 54.48 0.37 0.46
Hex A1 99 4A 0 5 36 25 36 25 2E
Octal 241 231 112 0 5 66 45 66 45 56
Binary 10100001 10011001 1001010 0 101 110110 100101 110110 100101 101110

Color Harmonies of #A1994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1994A

Black with #A1994A

Text Example


Text Example

White with #A1994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1994A; }

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

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

background-color css

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

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

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

border-color css

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

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

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