Html Css Color HEX #A16347 Sepia

📋 copy color: '#A16347'

red 161 ◦ green 99 ◦ blue 71

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

Shades of Sepia #A16347

Tints of Sepia #A16347

RGB

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

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

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

R = 48.64%
G = 29.91%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A16347 (or 0xA16347) is known color: Sepia. HEX triplet: A1, 63 and 47. RGB value is (161,99,71). Sum of RGB (Red+Green+Blue) = 161+99+71=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A16347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16347 is #5E9CB8. Grayscale: #727272. Windows color (decimal): -6200505 or 4678561. OLE color: 4678561.

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

Color convert

RGB 161 99 71 -
CMYK 0 0.39 0.56 0.37
HSL 18.67º 0.39% 0.45% -
HSV(B) 18.67º 0.56% 0.63% -
XYZ 20.3 16.96 8.16 -
YUV 114.35 103.54 161.28 -
System Red Green Blue C M Y K H S L
Decimal 161 99 71 0 0.39 0.56 0.37 18.67 0.39 0.45
Hex A1 63 47 0 27 38 25 13 27 2D
Octal 241 143 107 0 47 70 45 23 47 55
Binary 10100001 1100011 1000111 0 100111 111000 100101 10011 100111 101101

Color Harmonies of #A16347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16347

Black with #A16347

Text Example


Text Example

White with #A16347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16347; }

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

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

background-color css

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

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

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

border-color css

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

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

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