Html Css Color HEX #A16149 Sepia

📋 copy color: '#A16149'

red 161 ◦ green 97 ◦ blue 73

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

Shades of Sepia #A16149

Tints of Sepia #A16149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

 BLUE value IS 73 (28.91% from 255) = 22.05%

R = 48.64%
G = 29.31%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A16149 (or 0xA16149) is known color: Sepia. HEX triplet: A1, 61 and 49. RGB value is (161,97,73). Sum of RGB (Red+Green+Blue) = 161+97+73=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A16149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16149 is #5E9EB6. Grayscale: #717171. Windows color (decimal): -6201015 or 4809121. OLE color: 4809121.

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

Color convert

RGB 161 97 73 -
CMYK 0 0.40 0.55 0.37
HSL 16.36º 0.38% 0.46% -
HSV(B) 16.36º 0.55% 0.63% -
XYZ 20.18 16.61 8.45 -
YUV 113.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 161 97 73 0 0.40 0.55 0.37 16.36 0.38 0.46
Hex A1 61 49 0 28 37 25 10 26 2E
Octal 241 141 111 0 50 67 45 20 46 56
Binary 10100001 1100001 1001001 0 101000 110111 100101 10000 100110 101110

Color Harmonies of #A16149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16149

Black with #A16149

Text Example


Text Example

White with #A16149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16149; }

 p { color: rgb(161,97,73); }

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

background-color css

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

 a { background-color: rgb(161,97,73); }

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

border-color css

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

 span { border-color: rgb(161,97,73); }

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