Html Css Color HEX #A16446 Sepia

📋 copy color: '#A16446'

red 161 ◦ green 100 ◦ blue 70

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

Shades of Sepia #A16446

Tints of Sepia #A16446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.21%

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

R = 48.64%
G = 30.21%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A16446 (or 0xA16446) is known color: Sepia. HEX triplet: A1, 64 and 46. RGB value is (161,100,70). Sum of RGB (Red+Green+Blue) = 161+100+70=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A16446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16446 is #5E9BB9. Grayscale: #737373. Windows color (decimal): -6200250 or 4613281. OLE color: 4613281.

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

Color convert

RGB 161 100 70 -
CMYK 0 0.38 0.57 0.37
HSL 19.78º 0.39% 0.45% -
HSV(B) 19.78º 0.57% 0.63% -
XYZ 20.36 17.13 8.03 -
YUV 114.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 161 100 70 0 0.38 0.57 0.37 19.78 0.39 0.45
Hex A1 64 46 0 26 39 25 14 27 2D
Octal 241 144 106 0 46 71 45 24 47 55
Binary 10100001 1100100 1000110 0 100110 111001 100101 10100 100111 101101

Color Harmonies of #A16446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16446

Black with #A16446

Text Example


Text Example

White with #A16446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16446; }

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

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

background-color css

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

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

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

border-color css

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

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

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