Html Css Color HEX #A16147 Sepia

📋 copy color: '#A16147'

red 161 ◦ green 97 ◦ blue 71

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

Shades of Sepia #A16147

Tints of Sepia #A16147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 48.94%
G = 29.48%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A16147 (or 0xA16147) is known color: Sepia. HEX triplet: A1, 61 and 47. RGB value is (161,97,71). Sum of RGB (Red+Green+Blue) = 161+97+71=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A16147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16147 is #5E9EB8. Grayscale: #717171. Windows color (decimal): -6201017 or 4678049. OLE color: 4678049.

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

Color convert

RGB 161 97 71 -
CMYK 0 0.40 0.56 0.37
HSL 17.33º 0.39% 0.45% -
HSV(B) 17.33º 0.56% 0.63% -
XYZ 20.11 16.58 8.1 -
YUV 113.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 161 97 71 0 0.40 0.56 0.37 17.33 0.39 0.45
Hex A1 61 47 0 28 38 25 11 27 2D
Octal 241 141 107 0 50 70 45 21 47 55
Binary 10100001 1100001 1000111 0 101000 111000 100101 10001 100111 101101

Color Harmonies of #A16147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16147

Black with #A16147

Text Example


Text Example

White with #A16147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16147; }

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

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

background-color css

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

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

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

border-color css

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

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

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