Html Css Color HEX #A16143 Sepia

📋 copy color: '#A16143'

red 161 ◦ green 97 ◦ blue 67

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

Shades of Sepia #A16143

Tints of Sepia #A16143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.62%

R = 49.54%
G = 29.85%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A16143 (or 0xA16143) is known color: Sepia. HEX triplet: A1, 61 and 43. RGB value is (161,97,67). Sum of RGB (Red+Green+Blue) = 161+97+67=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A16143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16143 is #5E9EBC. Grayscale: #707070. Windows color (decimal): -6201021 or 4415905. OLE color: 4415905.

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

Color convert

RGB 161 97 67 -
CMYK 0 0.40 0.58 0.37
HSL 19.15º 0.41% 0.45% -
HSV(B) 19.15º 0.58% 0.63% -
XYZ 19.99 16.53 7.45 -
YUV 112.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 161 97 67 0 0.40 0.58 0.37 19.15 0.41 0.45
Hex A1 61 43 0 28 3A 25 13 29 2D
Octal 241 141 103 0 50 72 45 23 51 55
Binary 10100001 1100001 1000011 0 101000 111010 100101 10011 101001 101101

Color Harmonies of #A16143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16143

Black with #A16143

Text Example


Text Example

White with #A16143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16143; }

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

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

background-color css

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

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

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

border-color css

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

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

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