Html Css Color HEX #A16346 Sepia

📋 copy color: '#A16346'

red 161 ◦ green 99 ◦ blue 70

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

Shades of Sepia #A16346

Tints of Sepia #A16346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 48.79%
G = 30%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A16346 (or 0xA16346) is known color: Sepia. HEX triplet: A1, 63 and 46. RGB value is (161,99,70). Sum of RGB (Red+Green+Blue) = 161+99+70=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A16346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16346 is #5E9CB9. Grayscale: #727272. Windows color (decimal): -6200506 or 4613025. OLE color: 4613025.

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

Color convert

RGB 161 99 70 -
CMYK 0 0.39 0.57 0.37
HSL 19.12º 0.39% 0.45% -
HSV(B) 19.12º 0.57% 0.63% -
XYZ 20.27 16.94 8 -
YUV 114.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 161 99 70 0 0.39 0.57 0.37 19.12 0.39 0.45
Hex A1 63 46 0 27 39 25 13 27 2D
Octal 241 143 106 0 47 71 45 23 47 55
Binary 10100001 1100011 1000110 0 100111 111001 100101 10011 100111 101101

Color Harmonies of #A16346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16346

Black with #A16346

Text Example


Text Example

White with #A16346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16346; }

 p { color: rgb(161,99,70); }

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

background-color css

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

 a { background-color: rgb(161,99,70); }

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

border-color css

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

 span { border-color: rgb(161,99,70); }

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