Html Css Color HEX #A16049 Sepia

📋 copy color: '#A16049'

red 161 ◦ green 96 ◦ blue 73

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

Shades of Sepia #A16049

Tints of Sepia #A16049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.09%

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

R = 48.79%
G = 29.09%
B = 22.12%

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

#A16049 (or 0xA16049) is known color: Sepia. HEX triplet: A1, 60 and 49. RGB value is (161,96,73). Sum of RGB (Red+Green+Blue) = 161+96+73=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A16049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16049 is #5E9FB6. Grayscale: #707070. Windows color (decimal): -6201271 or 4808865. OLE color: 4808865.

HSL color Cylindrical-coordinate representation of color #A16049: hue angle of 15.68º 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 #A16049 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 96 73 -
CMYK 0 0.40 0.55 0.37
HSL 15.68º 0.38% 0.46% -
HSV(B) 15.68º 0.55% 0.63% -
XYZ 20.08 16.42 8.41 -
YUV 112.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 161 96 73 0 0.40 0.55 0.37 15.68 0.38 0.46
Hex A1 60 49 0 28 37 25 10 26 2E
Octal 241 140 111 0 50 67 45 20 46 56
Binary 10100001 1100000 1001001 0 101000 110111 100101 10000 100110 101110

Color Harmonies of #A16049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16049

Black with #A16049

Text Example


Text Example

White with #A16049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16049; }

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

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

background-color css

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

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

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

border-color css

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

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

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